- 
                Notifications
    
You must be signed in to change notification settings  - Fork 5
 
nubs/docker-sqlplus
Folders and files
| Name | Name | Last commit message  | Last commit date  | |
|---|---|---|---|---|
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 0
        No packages published