Skip to content

scottrehlander/docker-oracle-11g-xe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-oracle-xe-11g

Oracle XE - Dockerfile

This repository uses Oracle Express Edition 11g Release 2 and Ubuntu 14.04 LTS (Trusty)

How-To: Install and Use

Download the contents of the repository and cd to the base directory then execute:

docker build -t <insert desired docker container name here> .

Note: The Oracle installation may ask you to confirm that it should run on OS startup, choose yes. Note: It's important to run Oracle XE with >1GB shared memory.

Start Oracle XE

Running Oracle XE in detached mode with 1521 and 8080 ports opened and 2GB shared memory:

docker run -d --shm-size=2g -p 1521:1521 -p 8080:8080 <insert docker container name here>

Connect

Connect database with following setting:

hostname: localhost
port: 1521
sid: xe
username: system
password: oracle

Password for SYS user

oracle

Connect to Oracle Application Express web management console with following settings:

url: http://localhost:8080/apex
workspace: internal
user: admin
password: oracle

Do not forget to change admin password!

About

Oracle 11g docker container

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages