Connect to a running Oracle database like this
docker run --interactive guywithnose/sqlplus sqlplus {CONNECTION_STRING}
Or run your own Oracle XE database through docker and then connect to it.
docker run --detach --name myOracle guywithnose/oracle-xe-11g
(Wait for Oracle to initialize)
docker run --interactive --link myOracle:oracle guywithnose/sqlplus
Content type
Image
Digest
sha256:7a6b80197…
Size
215.8 MB
Last updated
almost 11 years ago
docker pull guywithnose/sqlplus