Docker image for Golden Gate setup issues
Hi, I am trying to install the Docker image for Golden Gate which provided by Oracle at https://github.com/oracle/docker-images/tree/master/OracleGoldenGate. I follow the instructions for the build and it builds successfully. When I got to run it thought, I am getting this issue.
docker run --name oraGoldenGate --cap-add SYS_RESOURCE devops/oragg
/u01/app/ogg/ggsci: error while loading shared libraries: libjvm.so: cannot open shared object file: No such file or directory
bash: /u01/app/ogg/dirprm/MGR.prm: No such file or directory
I am running Docker locally on my mac. Anyone successfully get it working or now about this?