docker run -d -p 1521:1521 wachira90/oracle:xe-11g.11.2.0.2.0
docker run -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wachira90/oracle:xe-11g.11.2.0.2.0
docker run -d -p 1521:1521 -e ORACLE_DISABLE_ASYNCH_IO=true wachira90/oracle:xe-11g.11.2.0.2.0
docker run -d -p 1521:1521 -e ORACLE_ENABLE_XDB=true wachira90/oracle:xe-11g.11.2.0.2.0
http://localhost:8080/apex/apex_admin with following credential:username: ADMIN
password: Oracle_11g
hostname: localhost
port: 1521
sid: xe
username: system
password: oracle
sqlplus / AS SYSDBA
docker exec -it -u oracle oracle_oracle-db_1 bash
version: '3'
services:
oracle-db:
image: wachira90/oracle:xe-11g.11.2.0.2.0
environment:
- ORACLE_ALLOW_REMOTE=true
- ORACLE_DISABLE_ASYNCH_IO=true
ports:
- 1521:1521
- 5500:5500
- 8088:8080
ORACLE_ALLOW_REMOTE=true
ORACLE_DISABLE_ASYNCH_IO=true
ORACLE_ENABLE_XDB=true
Content type
Image
Digest
Size
613.9 MB
Last updated
almost 5 years ago
docker pull wachira90/oracle:xe-11g.11.2.0.2.0