Skip to content

RoelandMatthijssens/oracleDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Install docker

$ sudo docker pull wnameless/oracle-xe-11g
$ sudo docker run -d -p 1521:1521 --name=oracledb wnameless/oracle-xe-11g

now you should have a oracle db deamon running, listening on the default port (1521)

To inspect the database either run your sqlclient.

$ sudo docker run -i -t --rm --name=sqlclient --net="container:oracledb" wnameless/oracle-xe-11g /u01/app/oracle/product/11.2.0/xe/bin/sqlplus

references

http://docs.oracle.com/cd/B19306_01/install.102/b15660/pre_install.htm#CIHGCBBA
http://docs.oracle.com/cd/B19306_01/install.102/b15660/app_nonint.htm#CIHEAGGJ
http://netkiller.github.io/database/Oracle/oracle.install.silence.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages