Saturday, November 26, 2011

Its been awhile that i posted my notes on blog and like to share this one.

I just started in working in Oracle golden gate these days and thought i could keep my notes here which may help those who are just started working on these issues...

system with many databases and many GG configurations with different types of configurations in both extract and replicate processes.

Problem: When I run ./ggsci it gave me the following errors. usually ggsci works fine but not in this case.

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

Environment: Oracle Golden Gate

Solution 01:

Please do check PATH and LD_LIBRARY_PATH
Ensure all the oracle golden gate variables are set

#> export LD_LIBRARY_PATH=/u01/app/oracle/product//.../lib:$LD_LIBRARY_PATH

Solution 02: The other solution is

ensure the you connected with right user example oracle or user who can access oracle

set all the oracle specific environment variables say, ORACLE_HOME, ORACLE_BASE, ORACLE_SID. Try to connect ggsci ... it should work now..

i will post more on this in coming days.....


-- Have a fun in working in Oracle Technologies-- Cheers--


============================================================================================================================
Its been awhile that i posted my notes on blog and like to share this one.

I just started in working in Oracle golden gate these days and thought i could keep my notes here which may help those who are just started working on these issues...

system with many databases and many GG configurations with different types of configurations in both extract and replicate processes.

Problem: When I run ./ggsci it gave me the following errors. usually ggsci works fine but not in this case.

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

Environment: Oracle Golden Gate

Solution 01:

Please do check PATH and LD_LIBRARY_PATH
Ensure all the oracle golden gate variables are set

#> export LD_LIBRARY_PATH=/u01/app/oracle/product//.../lib:$LD_LIBRARY_PATH

Solution 02: The other solution is

ensure the you connected with right user example oracle or user who can access oracle

set all the oracle specific environment variables say, ORACLE_HOME, ORACLE_BASE, ORACLE_SID. Try to connect ggsci ... it should work now..

i will post more on this in coming days.....


-- Have a fun in working in Oracle Technologies-- Cheers--


============================================================================================================================