Skip to content

araczkowski/docker-oracle-apex-ords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-oracle-apex-ords

Oracle Express Edition 11g Release 2 on Ubuntu 14.04.1 LTS with APEX 5.0.3 and ORDS 3.0.4

Building

docker build -t oracle-apex-ords --build-arg PASSWORD=secret .

Installation

docker pull araczkowski/oracle-apex-ords

Run with 8080, 1521, 22 ports opened:

docker run -d --name ora -p 49160:22 -p 8080:8080 -p 1521:1521 araczkowski/oracle-apex-ords    

Connect to server via ssh with following setting:

ssh root@localhost -p 49160
password: secret

Connect database with following setting:

hostname: localhost
port: 1521
sid: xe
username: system
password: secret
Password for SYS & SYSTEM:
secret
Connect to Tomcat Manager with following settings:
http://localhost:8080/manager
user: ADMIN
password: secret
Connect to Oracle Application Express web management console via ORDS with following settings:
http://localhost:8080/ords/apex
workspace: INTERNAL
user: ADMIN
password: secret

About

Oracle Express Edition 11g Release 2 on Ubuntu 14.04.1 LTS with APEX 5.1.1 and ORDS 3.0.9 on Tomcat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages