run adadmin
adadmin: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
请教为啥
我装的是VIS 12.1.1
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
. /d01/oracle/VIS/apps/apps_st/appl/APPSVIS_r12.env ## 注意 . / 之间有空格点号和反斜杠之间有空格。
. /d01/oracle/VIS/apps/apps_st/appl/VIS_r12.env
libclntsh.so.10.1错误
本文记录了一位用户在使用VIS12.1.1时遇到的加载共享库libclntsh.so.10.1失败的问题,并分享了其.bash_profile配置文件的内容,寻求帮助解决找不到指定共享对象文件的问题。
8531

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



