sosmolovskii
Results
2
comments of
sosmolovskii
I have the similar problem and make own docker image base on oracle-linux-7 for fix it. You can try it. https://github.com/sosmolovskii/ora2pgdock
You can use additional environment variables when run docker image to fix this issue: -e ORA_HOST="dbi:Oracle:host=company.uz;sid=dbname;port=1521" \ -e ORA_USER=user_name \ -e ORA_PWD=password For example: docker run \ -e CONFIG_LOCATION=/config/ora2pg.conf \...