4

我指的是PAGE在静默模式下安装 Oracle 11g 数据库。

安装时,有一些可忽略的可选先决条件:

   CAUSE: Some of the optional prerequisites are not met. See logs for details. /oratmp/OraInstall2013-12-22_12-14-09PM/installActions2013-12-22_12-14-09PM.log
   ACTION: Identify the list of failed prerequisite checks from the log: /oratmp/OraInstall2013-12-22_12-14-09PM/installActions2013-12-22_12-14-09PM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.

这与基于 GUI 的安装方法不同,我可以选择忽略这些警告,但是,我没有看到静默安装是否提供了类似的方法来跳过这些警告。

有任何想法吗?

更新:

那些失败的先决条件是缺少一些库文件,例如

INFO: INFO: Package: compat-libcap1-1.10: This is a prerequisite condition to test whether the package "compat-libcap1-1.10" is available on the system.
INFO: INFO: Severity:IGNORABLE
INFO: INFO: OverallStatus:VERIFICATION_FAILED

INFO: INFO: Package: ksh-...: This is a prerequisite condition to test whether the package "ksh-..." is available on the system.
INFO: INFO: Severity:IGNORABLE
INFO: INFO: OverallStatus:VERIFICATION_FAILED

我没有安装这些软件包的所有必要权限,所以问题来了。

4

1 回答 1

11

OUI 指南中列出了命令行参数,包括:

-ignoreSysPrereqs用于忽略系统先决条件检查的结果。

还有一个-ignorePrereq选项似乎没有记录。

于 2013-12-14T10:32:03.117 回答