EBS R12.1.3
$adadmin
adadmin: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No
异构迁移EBS测试时遇到这个报错,后面发现是环境变量加载错误。
[root@ebsap1 appl]# ll *.env
-rw-r--r-- 1 applmgr oinstall 1029 6月 30 18:31 APPSPROD_ebsap1.env 这个正确的
-rw-r--r-- 1 applmgr oinstall 15971 6月 30 18:31 PROD_ebsap1.env
. /u01/prod/apps/apps_st/appl/APPSPROD_ebsap1.env
想省事儿的话可以直接添加到.bash_profile 里面