Oracle Database/Docker

Use docker-oracle-xe-11g

docker run -d -p 49161:1521 -p 8080:8080 \
  -e ORACLE_ALLOW_REMOTE=true \
  -e ORACLE_DISABLE_ASYNCH_IO=true \
  wnameless/oracle-xe-11g-r2

Apex : http://localhost:8080/apex/apex_admin

username: ADMIN
password: admin

By default, the password verification is disable(password never expired).Connect database with following setting:

hostname: localhost
port: 49161
sid: xe
username: system
password: oracle
Password for SYS & SYSTEM: oracle

Last update: 2020-09-24 12:56:08 UTC