https://blog.csdn.net/chengqiuming/article/details/82555481
https://hub.docker.com/r/oracleinanutshell/oracle-xe-11g
docker pull oracleinanutshell/oracle-xe-11g
docker run -d -p 49161:1521 -p 8080:8080 -e ORACLE_ALLOW_REMOTE=true oracleinanutshell/oracle-xe-11g
# Login http://localhost:8080/apex/apex_admin with following credential:
username: ADMIN
password: admin
image.png
image.png
image.png
Connect database with following setting:
hostname: localhost
port: 49161
sid: xe
username: system
password: oracle
image.png
点波关注 系统搭建(docker)
网友评论