Skip to content

pavlobornia/oracle-11g

This branch is 12 commits ahead of jaspeen/oracle-11g:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
pavlobornia
Aug 6, 2019
ff40398 · Aug 6, 2019

History

22 Commits
Aug 6, 2019
Aug 6, 2019
Aug 6, 2019
Sep 2, 2015
Aug 6, 2019
Aug 6, 2019
Aug 6, 2019

Repository files navigation

Image for running Oracle Database 11g Standard/Enterprise. Due to oracle license restrictions image is not contain database itself and will install it on first run from external directory.

This image for development use only

Usage

Download database installation files from Oracle site and unpack them to install_folder.

Build container

docker build -t oracle11g-aqa .

Optionally:

  • Place user scripts to init folder.
  • Place dump file to local_dump folder.

Run container and it will install oracle and create database:

chmod +x run_oracle_11g.sh
./run_oracle_11g.sh

Database located in /opt/oracle folder

OS users:

  • root/install
  • oracle/install

DB users:

  • SYS/oracle
  • system/oracle

Optionally you can run sql commands:

su - oracle
sqlplus system/oracle@localhost:1521/orcl
sql>

About

Docker image for Oracle 11g database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.7%
  • Dockerfile 11.3%