Skip to content

Docker image running Oracle 11.2.0.2 Express Edition. Based on Oracle official Github repository.

License

Notifications You must be signed in to change notification settings

foxlollato/docker-oracle11-xe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-oracle11-xe

Few steps to build and run a Docker container running Oracle 11.2.0.2 Express Edition with Oracle Linux 7.

  1. First, download binaries from http://download.oracle.com/otn/linux/oracle11g/xe/oracle-xe-11.2.0-1.0.x86_64.rpm.zip and store at ./11.2.0.2/ directory located in this repo.
  2. Then, to build image, just run following command: "./dockerMaker.sh build"
  3. And start your docker container. You can start persistent and non persistent database container.
    1. PERSISTENT: "./dockerMaker.sh run [LOCAL_VOLUME] [ORACLE_PASSWORD]"
    • Remember [LOCAL_VOLUME] to next run.
    1. NON PERSISTENT: "./dockerMaker.sh run [ORACLE_PASSWORD]"
  4. Wait output message:
  • ######################### DATABASE IS READY TO USE! #########################
  1. Finally, have fun! Connect to your oracle database setting connection configuration to localhost and port 1521. Apex listen 8080 port. Default user is SYSTEM.

About

Docker image running Oracle 11.2.0.2 Express Edition. Based on Oracle official Github repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages