
datagrip/oracleOracle Express Edition 11g Release 2 on Ubuntu 14.04.1 LTS
This Dockerfile is a trusted build of Docker Registry.
docker pull sath89/oracle-xe-11g
Run with 8080 and 1521 ports opened:
docker run -d -p 8080:8080 -p 1521:1521 sath89/oracle-xe-11g
Run with data on host and reuse it:
docker run -d -p 8080:8080 -p 1521:1521 -v /my/oracle/data:/u01/app/oracle sath89/oracle-xe-11g
Run with customization of processes, sessions, transactions This customization is needed on the database initialization stage. If you are using mounted folder with DB files this is not used:
##*** this formula before customizing: #processes=x #sessions=x*1.1+5 #transactions=sessions*1.1 docker run -d -p 8080:8080 -p 1521:1521 -v /my/oracle/data:/u01/app/oracle\ -e processes=1000 \ -e sessions=1105 \ -e transactions=1215 \ sath89/oracle-xe-11g
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://localhost:8080/apex workspace: INTERNAL user: ADMIN password: oracle
CHANGELOG




manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务