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

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
CXSECURITY Database RSS Feed - CXSecurity.com
L
LINUX DO - 热门话题
S
Secure Thoughts
TaoSecurity Blog
TaoSecurity Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
T
Threat Research - Cisco Blogs
AI
AI
B
Blog RSS Feed
S
Schneier on Security
雷峰网
雷峰网
Schneier on Security
Schneier on Security
Help Net Security
Help Net Security
Cloudbric
Cloudbric
L
LINUX DO - 最新话题
罗磊的独立博客
有赞技术团队
有赞技术团队
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
The Hacker News
The Hacker News
博客园 - Franky
Attack and Defense Labs
Attack and Defense Labs
The Cloudflare Blog
Webroot Blog
Webroot Blog
Last Week in AI
Last Week in AI
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
博客园 - 叶小钗
美团技术团队
L
Lohrmann on Cybersecurity
T
The Blog of Author Tim Ferriss
The Last Watchdog
The Last Watchdog
T
Troy Hunt's Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
Know Your Adversary
Know Your Adversary
O
OpenAI News
博客园 - 【当耐特】
Hacker News - Newest:
Hacker News - Newest: "LLM"
C
Cybersecurity and Infrastructure Security Agency CISA
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
www.infosecurity-magazine.com
www.infosecurity-magazine.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
PCI Perspectives
PCI Perspectives
H
Heimdal Security Blog
I
InfoQ
GbyAI
GbyAI
T
Threatpost
C
Cisco Blogs

博客园 - 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补丁即可。
具体的打补丁方式及相关问题解决办法,就相对比较简单了,大家如有这方面的需求或有什么问题可以咨询我。