After setting LD_LIBRARY_PATH correctly getting below error while running ggsci as my Oracle DB is 32bit on Linux 64bit (x86_64)OS . ggsci: error while loading shared libraries: libnnz11.so: wrong ELF class: ELFCLASS32 Kindly suggest if we have solution to this .
worked after this: 1. Configure LD_LIBRARY_PATH in ~/.bashrc by adding the following line, export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64:$JAVA_HOME/jre/lib/amd64/server 2. Compile it using the command given below, source ~/.bashrc
Watch more Oracle GoldenGate Videos Here: ruclips.net/p/PLWPirh4EWFpF_rllJZe94wGLm8yPIRhBv&si=nm30RIKuwsF4stQ5
If my source is 11g and Target is 12c/18c/19c, do I need to have same version on both ends?
Dear can you please give us guide golden gate about windows server installation
hi bro, hope you doing good. can you post gg installation and configuration for oracle database in linux / aix machine.
After setting LD_LIBRARY_PATH correctly getting below error while running ggsci as my Oracle DB is 32bit on Linux 64bit (x86_64)OS .
ggsci: error while loading shared libraries: libnnz11.so: wrong ELF class: ELFCLASS32
Kindly suggest if we have solution to this .
Source (. oraenv) any DB and then do ./ggsci
Please set the Oracle Home and Oracle SID env variables as well. Let me know if further questions on - dilip.padmanabhan@gmail.com
worked after this:
1. Configure LD_LIBRARY_PATH in ~/.bashrc by adding the following line,
export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64:$JAVA_HOME/jre/lib/amd64/server
2. Compile it using the command given below,
source ~/.bashrc