문제

I am trying to run the upgrade of a 10g catalog to 11g. I need to run it using the command sawserver -upgrade (executing it in $ORACLE_HOME/bifoundation/web/bin/).

When i run the command i see the error

./sawserver: error while loading shared libraries: libsawhttpserver643r.so: cannot open   shared object file: No such file or directory

I believe it is due to environment variables not being set. Can anyone help me with the required environment variables to make the command work.

PS: Though the upgrade can be done using the upgrade assistant i need to use this feature to run the upgrade.

도움이 되었습니까?

해결책

run bi-init.sh to set environment variable.

". $MW_HOME/instances/instance*/bifoundation/OracleBIApplication/coreapplication/setup/bi-init.sh"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top