源系统: AIX 6.1 , Oracle 11.2.0.1 , RAC ,两节点, EBS R12.1.3 , 应用单节点
目标系统: Red Hat Linux 6.2 , Oracle 11.2.0.3 , RAC ,八节点, EBS R12.1.3 , 应用四节点
使用 rman convert , 传输表空间迁移数据库后, 克隆EBS R12 应用的时候碰到错误:
sqlplus : error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file .
Metalink 解决方法:
------------------------------------
Cloning EBS from Linux 4 to Linux 5 Fails: "Error While Loading Shared Libraries: libclntsh.so.10.1" (文档 ID 736410.1)
Cause
Differences between the packages requirements in Linux 4 and Linux 5.
Different packages are required in each OS, that causes the clone to fail since the target
environment doesn't have the same packages as in the source. Also, the package which deliveries
libclntsh.so.10.1 in the target is not installed.
Solution
To implement the solution, please execute the following steps:
1. Install 32-bit (ppc) and 64-bit (ppc64) glibc-devel packages in the target, Linux 5, environment.
2. Re-run the clone.
目标系统: Red Hat Linux 6.2 , Oracle 11.2.0.3 , RAC ,八节点, EBS R12.1.3 , 应用四节点
使用 rman convert , 传输表空间迁移数据库后, 克隆EBS R12 应用的时候碰到错误:
sqlplus : error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file .
Metalink 解决方法:
------------------------------------
Cloning EBS from Linux 4 to Linux 5 Fails: "Error While Loading Shared Libraries: libclntsh.so.10.1" (文档 ID 736410.1)
Cause
Differences between the packages requirements in Linux 4 and Linux 5.
Different packages are required in each OS, that causes the clone to fail since the target
environment doesn't have the same packages as in the source. Also, the package which deliveries
libclntsh.so.10.1 in the target is not installed.
Solution
To implement the solution, please execute the following steps:
1. Install 32-bit (ppc) and 64-bit (ppc64) glibc-devel packages in the target, Linux 5, environment.
2. Re-run the clone.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-773448/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/35489/viewspace-773448/
本文描述了从AIX6.1迁移到RedHat Linux 6.2过程中,使用RMAN CONVERT迁移Oracle数据库并克隆EBS R12.1.3应用时遇到的libclntsh.so.10.1共享库加载错误问题及其解决方案。通过安装所需的glibc-devel包后,问题得到解决。
632

被折叠的 条评论
为什么被折叠?



