惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
腾讯CDC
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
量子位
F
Fortinet All Blogs
G
Google Developers Blog
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
J
Java Code Geeks
S
SegmentFault 最新的问题
D
Docker
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
M
MIT News - Artificial intelligence
博客园 - 【当耐特】

博客园 - likingzi

数据库IO性能优化思考 RAID10和RAID5性能对比测试 迁移MySQL数据到Oracle实践记录 瀚高数据库不同版本对实例级用户的支持情况 使用benchmarksql测试数据库处理能力 BigCloud Enterprise Linux 8和Rocky Linux 8升级OpenSSH步骤 【翻译】凝视深渊:千核并发控制的评估 NFS使用TrueNAS SCALE的好处 linux 手动释放内存 ARM架构鲲鹏主机BClinux离线安装docker步骤 ORA-01658创建表或索引报错分析 MySQL PXC 集群死锁分析案例 记录一下oracle 19c的集群节点移除、新增操作 MySQL PXC集群多个节点同时大量并发update同一行 MongoDB集群同步 【最佳实践】MySQL数据库迁移到PXC集群 MySQL PXC集群配置IPv6 【实操记录】MySQL主从配置 【实操记录】MySQL二进制安装包部署 MongoDB分片+副本集高可用集群的启停步骤
linux8安装oracle 11g遇到的问题记录
likingzi · 2025-01-09 · via 博客园 - likingzi

大家都知道oracle 11g在linux6或7上安装是没有问题的,但在linux8上安装时在link编译环节会遇见各种问题。
按照oracle官网的说法,可直接跳过这些错误,等他安装完毕,然后打补丁,再重新编译即可。

官网给出的方案

1、Install Oracle Database 11.2.0.4 (software only):
Note:
Ignore any linking errors during the installation.

2、Download and apply the DBPSU 11.2.0.4.240716 patch 36575425 from My Oracle Support:
Note:
Use OPatch utility version 11.2.0.3.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.

3、Download and apply the one-off patch 33991024.
Note:
The one-off patch 33991024 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 Net 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补丁即可。
具体的打补丁方式及相关问题解决办法,就相对比较简单了,大家如有这方面的需求或有什么问题可以咨询我。