Sign inSign up

guywithnose/sqlplus

By guywithnose

Updated almost 11 years ago

Image
21

100K+

guywithnose/sqlplus repository overview

SQL*Plus Docker image

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

Tag summary

Content type

Image

Digest

sha256:7a6b80197

Size

215.8 MB

Last updated

almost 11 years ago

docker pull guywithnose/sqlplus