Golden Gate Error while loading shared libraries.
Error ./ggsci: error while loading shared libraries: libnnz19.so: cannot open shared object file: No such file or directory Solution export LD_LIBRARY_PATH=$ORACLE_HOME/libldd ggsci ORACLE Set DB Env which is configured for GG Setup For 19c: Trigger below commands for the fix ln -s /u01/oracle/product/19/db/lib/libnnz19.so libnnz19.soln -s /u01/oracle/product/19/db/lib/libclntsh.so.19.1 libclntsh.so.19.1ln -s /u01/oracle/product/19/db/lib/libclntshcore.so.19.1 libclntshcore.so.19.1 ./ggsci For 11g: Trigger below … Read more