linux8安装oracle 11g遇到的问题记录
linux8安装oracle 11g遇到的问题记录
大家都知道oracle 11g在linux6或7上安装是没有问题的,但在linux8上安装时在link编译环节会遇见各种问题。按照oracle的说法,可直接跳过这些错误,等他安装完毕,然后打补丁,再重新编译即可。给出的方案代码语言:shell复制1、Install Oracle Database 11.2.0.4 (software on
linux8安装oracle 11g遇到的问题记录
大家都知道oracle 11g在linux6或7上安装是没有问题的,但在linux8上安装时在link编译环节会遇见各种问题。
按照oracle的说法,可直接跳过这些错误,等他安装完毕,然后打补丁,再重新编译即可。
给出的方案
代码语言:shell复制1、Install Oracle Database 11.2.0.4 (software only):
ote:
Ignore any linking errors during the installation.
2、Download and apply the DBPSU 11.2.0.4.240716 patch 6575425 from My Oracle Support:
ote:
Use OPatch utility version 11.2.0..46 or later to apply the DBPSU 11.2.0.4.240716 patch. Oracle recommends that you use the latest released OPatch version for 11g, which is available for download from My Oracle Support patch 6880880 by selecting the 11.2.0.0.0 release.
Ignore the warnings when you apply the DBPSU 11.2.0.4.240716 patch.
、Download and apply the one-off patch 991024.
ote:
The one-off patch 991024 will take care of the database linking errors and DBPSU 11.2.0.4.240716 patch warnings.
4、Relink the binaries:
$ORACLE_HOME/bin/relink all
5、Run Oracle et Configuration Assistant to configure the listener.
$ cd $ORACLE_HOME/bin
$ ./netca
6、Start Oracle Database Configuration Assistant (Oracle DBCA) to create a database.
$ cd $ORACLE_HOME/bin
$ ./dbca
不幸的是,由于oracle 11g早就退出服务期,这些补丁都是需要另外付费的,但在网上还能搜到相关信息说明,大意是22年1月份的PSU补丁即可解决这个问题,所以只要买到或到22年以后的PSU补丁即可。
具体的打补丁方式及相关问题解决办法,就相对比较简单了,大家如有这方面的需求或有什么问题可以咨询我。
#感谢您对电脑配置推荐网 - 最新i3 i5 i7组装电脑配置单推荐报价格的认可,转载请说明来源于"电脑配置推荐网 - 最新i3 i5 i7组装电脑配置单推荐报价格
上传时间: 2025-07-22 16:29:48
上一篇:再也不用担心重装VSCode了
下一篇:Agentic RAG 解释
推荐阅读
留言与评论(共有 5 条评论) |
本站网友 阿修罗伯爵 | 28分钟前 发表 |
Install Oracle Database 11.2.0.4 (software only) | |
本站网友 好吃佬 | 28分钟前 发表 |
Ignore any linking errors during the installation. 2 | |
本站网友 qqyw | 7分钟前 发表 |
可直接跳过这些错误 | |
本站网友 motuoluola | 18分钟前 发表 |
大意是22年1月份的PSU补丁即可解决这个问题 |