Tuesday, February 19, 2019

Oracle GoldenGate 12.1.2 -- error while loading shared libraries: libnnz11.so

Problem

While executing the ggsci command you hit the error:

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

Solution

Set LD_LIBRARY_PATH environment variable:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib

$ ./ggsci

Oracle GoldenGate Command Interpreter for Oracle
Version 12.1.2.0.0 17185003 OGGCORE_12.1.2.0.0_PLATFORMS_130924.1316_FBO
Linux, x64, 64bit (optimized), Oracle 11g on Sep 25 2013 00:31:13
Operating system character set identified as UTF-8.

Copyright (C) 1995, 2013, Oracle and/or its affiliates. All rights reserved.



GGSCI (localhost) 1>

No comments: