Friday 10 November 2017

goldengate 12.3 installation in linux



Download software from the link

unzip the file 123010_fbo_ggs_Linux_x64_shiphome
root@localhost opt]# unzip 123010_fbo_ggs_Linux_x64_shiphome
root@localhost opt]# su - oracle
[oracle@localhost Disk1]$ pwd
/opt/fbo_ggs_Linux_x64_shiphome/Disk1
[oracle@localhost Disk1]$ ls
install  response  runInstaller  stage
[oracle@localhost Disk1]$ ./runInstaller







[oracle@localhost ogg]$ ./ggsci
./ggsci: error while loading shared libraries: libnnz12.so: cannot open shared object file: No such file or directory
[oracle@localhost oracle]$ cd /u01/app/oracle/product/12.2.0/dbhome_1/lib
[oracle@localhost lib]$ ls libnnz12.so
libnnz12.so
[oracle@localhost lib]$ cd /u01/app/oracle/ogg/
[oracle@localhost ogg]$ ln -s /u01/app/oracle/product/12.2.0/dbhome_1/lib/libnnz12.so .
[oracle@localhost ogg]$ ./ggsci

Oracle GoldenGate Command Interpreter for Oracle
Version 12.3.0.1.0 OGGCORE_12.3.0.1.0_PLATFORMS_170721.0154_FBO
Linux, x64, 64bit (optimized), Oracle 12c on Jul 21 2017 23:31:13
Operating system character set identified as UTF-8.

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



GGSCI (localhost.localdomain) 1> info all

Program     Status      Group       Lag at Chkpt  Time Since Chkpt

MANAGER     RUNNING

No comments:

Post a Comment