SQL*Plus Tool and some useful network utilities
379
This Docker image contains SQL*Plus Tool (Version 12.2.0.1.0) and some useful network utilities. You can use this image instead of installing the Oracle Instant Client manually.
docker pull vace117/sqlplus-and-network-tools
sudo wget -P /usr/local/bin https://raw.githubusercontent.com/vace117/sqlplus-and-network-tools/master/sqlplus.sh; sudo chmod +x /usr/local/bin/sqlplus.sh
You can use the wraper script:
sqlplus.sh sys/password1@localhost:15210/ORCLPDB1.localdomain as sysdba
Or execute the image directly:
docker run -it --net host vace117/sqlplus-and-network-tools sys/password1@localhost:15210/ORCLPDB1.localdomain as sysdba
To get a shell inside this container:
docker run -it --net host --entrypoint bash vace117/sqlplus-and-network-tools
Content type
Image
Digest
Size
89.2 MB
Last updated
over 7 years ago
docker pull vace117/sqlplus-and-network-tools