Goldengate 19c Installation with issue resolution
Basic Installation of GoldenGate 19c in OEL6.
Tested with below requirements:
Step1:
Vmware requirements:
For installing OEL6.8 and Oracle DB 12c installation, please refer URL https://venuoracledba.blogspot.com/2020/08/oracle-12c-2-node-rac-setup-in-vmware.html
Step2:
After OEL6.8 installation finished. We will use /opt for goldengate installation.
Step3:
unzip GG software in folder. Here unzipped in gg_software folder.
Folder fbo_ggs_Linux_x64_shiphome will create.
Step4:
Enable GUI by issuing x host + command in root user. and keep open this root terminal.
Step5:
Enable GUI by issuing x host + command in oracle user.
Move to software path
execute ./runInstaller and select database version. Selected 12c version for my environment. and click Next
provide GG home, oracle home and port number and click Next.
After verifying paths and information, Click Install
Click Close.
Step6:
run ggsci from GG_HOME to check GG status.
Got libnnz12.so library error after running ggsci
After setting LD_LIBRARY_PATH to RDBMS lib path, successfully executed ggsci.
After executing command info all to check manager status, manager is not running.
Started manager manually but still not running.
Opened ggserr log for errors.
Unable to find localhost
Checked localhost 127.0.0.1 and it is running
Added localhost entry in /etc/hosts
Once again started manager manually and this time it is running.
Finished Basic Goldengate Installation.
Comments
Post a Comment