Skip to content

nubs/docker-sqlplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

##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.

```bash
docker run --detach --name myOracle guywithnose/oracle-xe-11g
(Wait for Oracle to initialize)
docker run --interactive --link myOracle:oracle guywithnose/sqlplus
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages