# centos7.1_oracle11g **Repository Path**: Coding-01/centos7.1_oracle11g ## Basic Information - **Project Name**: centos7.1_oracle11g - **Description**: 使用7.1部署oracke11g - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README \#使用方法: docker run -d --privileged --name oracle11g-t -p 1521:1521 -v \:/install zhangpengzhan456/centos7.1_oracle11g:v1 \#如果想直接访问可使用-it选项,或者使用-d让它在后台运行 注: 第一个/install中必须为2个oracle安装包解压后的那个database目录 docker ps -a docker exec -it /bin/bash su - oracle sqlplus / as sysdba SQL> select sysdate from dual; #测试语句 OS users: root/install oracle/install DB users: SYS/oracle **==Warning: Dockerfile暂且异常==**