Skip to content

WolverineFan/docker-sqlplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-sqlplus

A Docker container for running Oracle's sqlplus utility without having to install it on your host system.

Prerequisites:

Building the container:

From the top level directory of this repo:

docker build -t sqlplus .

Running sqlplus

From the top level directory of this repo:

./sqlplus {connectstring}

NOTE: If you need custom DNS, you will need to edit the sqlplus shell script to pass -dns={yourdnsIP} to the docker run command. (put that before the sqlplus argument on that line)

Example run:

./sqlplus username/password@db.mydomain.com:1521/SOMESCHEMA
sqlplus username/password@db.mydomain.com:1521/SOMESCHEMA

SQL*Plus: Release 11.2.0.4.0 Production on Sat Mar 8 15:51:59 2014

Copyright (c) 1982, 2013, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options

SQL>

About

Docker container for running sqlplus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages