Golden Gate issue.
Cause:
When you run ./ggsci from your host, you can see below error
./ggsci: error while loading shared libraries: libnnz11.so: wrong ELF class: ELFCLASS32
Solutions:
You need setup LD_LIBRARY_PATH in your host
for example
export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib
Cause:
When you run ./ggsci from your host, you can see below error
./ggsci: error while loading shared libraries: libnnz11.so: wrong ELF class: ELFCLASS32
Solutions:
You need setup LD_LIBRARY_PATH in your host
for example
export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/lib
But what to do if I have on source machine : DB 10g and Golden Gate 11g ? I don't have in $ORACLE_HOME/lib libnnz11.so , there is libnnz10.so
ReplyDeleteCan I know what error are you getting?
ReplyDeleteor when Database 32 bit and GoldenGate 64 bit (my sample)
ReplyDeletegetting same error as my database is 32 bit and OS linux is 64bit
ReplyDelete(LD_LIBRARY_PATH is set correctly ) ..do we have any solution to this ?