oracle安装及使用
1、docker安装oracle
docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
docker run -d -p 1521:1521 --name oracle11g registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
2、配置oracle环境变量
docker exec -it oracle11 bash
vi /etc/profile
export ORACLE_HOME=/home/oracle/app/oracle/pr