Skip to content

PengBAI/docker-oracle-12c-R1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-oracle-12c-R1

Oracle 12c Release 1

Docker Hub

Image on docker hub: https://hub.docker.com/r/pengbai/docker-oracle-12c-r1/

Changes as needed:

  • Add startup sql init database feature
  • Impove performance on startup
  • Persist database SID xe in image

Description

Pull image:

docker pull pengbai/docker-oracle-12c-r1

Run with 8080 and 1521 ports opened:

docker run -d -p 8080:8080 -p 1521:1521 pengbai/docker-oracle-12c-r1

NEW! Option: Execute automatically scripts sql when contaner startup:

In folder where you put your *.sql files for database init from /local-initdb to /entrypoint-initdb.d in contaner

docker run -d -p 8080:8080 -p 1521:1521 -v /local-initdb:/entrypoint-initdb.d pengbai/docker-oracle-12c-r1

Connect database with following setting:

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

Password for SYS & SYSTEM:

oracle

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

http:https://localhost:8080/apex
workspace: INTERNAL
user: ADMIN
password: 0Racle$

About

Oracle 12c Release 1 with web console and startup initdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages