The following Error was faced after cloning the Oracle database from one server to another one, after that when i tried to use “sqlplus” i faced the below error:
Enter password:
exec(): 0509-036 Cannot load program oracleoradbd14 because of the following errors:
0509-150 Dependent module libskgxp11.so could not be loaded.
0509-022 Cannot load module libskgxp11.so.
0509-026 System error: A file or directory in the path name does not exist.
ERROR:ORA-12547: TNS:lost contact
My Environment was:
Oracle11gR2 (11.2.0.3.8)
ArcSDE 10.0
Server: IBM AIX
The solution:
chmod 6751 $ORACLE_HOME/bin
ls –l oracle
also,
chmod 6751 $ORACLE_HOME/lib
Then, use the unix command:
relink all
Try starting up ArcSDE and it will work.