can be used for remote database operations.
- 12.2.0.1.0 (https://github.com/Guy-Incognito/oracle-db-client/blob/12.2.0.1.0/Dockerfile) Uses Oracle 12.2.0.1.0
The container accepts the following mounted folder:
- "/data" --> mount the folder where all output should be written to here
- DB_USERNAME: username for connection
- DB_PASSWORT: password for connection
- DB_PORT: database port (default: 1521)
- DB_HOST: database host name
- DB_SERVICENAME: database service name
Run the container with:
docker run \
--name oracle-db-client \
-it \
-v /path/to/local/data:/data \
georgmoser/oracle-db-client
Run the container with:
docker run \
--name oracle-db-client \
-it \
-e DB_USERNAME= \
-e DB_PASSWORT= \
-e DB_PORT= \
-e DB_HOST= \
-e DB_SERVICENAME= \
-v /path/to/local/data:/data \
georgmoser/oracle-db-client
dump [[YOUR_ARGUMENTS (e.g. 'FULL=yes')]]