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
![](https://img.haomeiwen.com/i2787821/8852c740a55489e5.png)
![](https://img.haomeiwen.com/i2787821/8bfb7b55ac38237f.png)
![](https://img.haomeiwen.com/i2787821/21a395e6392bd699.png)
Connect database with following setting:
hostname: localhost
port: 49161
sid: xe
username: system
password: oracle
![](https://img.haomeiwen.com/i2787821/a3b65fdfeec5d987.png)
点波关注 系统搭建(docker)
网友评论