以静默模式安装 Oracle 数据库时如何忽略可选先决条件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20578648/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to ignore optional prerequisites when installing Oracle database in silent mode?
提问by Chen Xie
I was referring to this PAGE
to install Oracle 11g database in silent mode.
我指的是PAGE
在静默模式下安装 Oracle 11g 数据库。
When installing, there were some optional prerequisites which are ignorable:
安装时,有一些可选的先决条件是可以忽略的:
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.
This is different from the GUI based installation method where I can choose to ignore those warnings, however, I didn't see if silent installation provided similar ways to skip those warnings.
这与基于 GUI 的安装方法不同,我可以选择忽略这些警告,但是,我没有看到静默安装是否提供了类似的方法来跳过这些警告。
Any ideas?
有任何想法吗?
update:
更新:
Those failed preconditions were some library files missing, e.g.
那些失败的先决条件是缺少一些库文件,例如
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
I don't have all the necessary privileges to install those packages, so comes to the question.
我没有安装这些软件包所需的所有权限,所以问题来了。