EBS应用克隆sqlplus : error While Loading Shared Libraries: libclntsh.so.10.1

简介:

源系统:  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.
本文转自ITPUB博客tolywang的博客,原文链接:EBS应用克隆sqlplus : error While Loading Shared Libraries: libclntsh.so.10.1,如需转载请自行联系原博主。
相关文章
|
10天前
|
关系型数据库 MySQL
mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file
mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file
18 0
|
5月前
|
关系型数据库 MySQL
mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such
mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such
|
5月前
gdalinfo: error while loading shared libraries: libgdal.so.30: cannot open shared object file: No su
gdalinfo: error while loading shared libraries: libgdal.so.30: cannot open shared object file: No su
|
5月前
|
NoSQL MongoDB
mongod: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No s
mongod: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No s
132 0
|
10月前
|
关系型数据库 MySQL Linux
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or
error while loading shared libraries: libnuma.so.1: cannot open shared object file: No such file or
原因及解决办法:error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file
原因及解决办法:error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file
234 0
error while loading shared libraries: xxx.so.0:cannot open shared object file: No such file or
error while loading shared libraries: xxx.so.0:cannot open shared object file: No such file or
87 0
如何解决:./real.exe: error while loading shared libraries: libhdf5hl_fortran.so.100: cannot open shared
如何解决:./real.exe: error while loading shared libraries: libhdf5hl_fortran.so.100: cannot open shared
如何解决:./real.exe: error while loading shared libraries: libhdf5hl_fortran.so.100: cannot open shared
|
Unix Shell Linux