oracleoracleM1macM1ARMdocker
1docker
1
| docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
|
2
1
| docker run -d -p 1521:1521 --name oracle11g registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
|
3
1
| docker exec -it oracle11 bash
|
4root
5profileORACLE
1 2 3 4 5 6 7
| vi /etc/profile
export ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_2
export ORACLE_SID=helowin
export PATH=$ORACLE_HOME/bin:$PATH
|
6
1
| ln -s $ORACLE_HOME/bin/sqlplus /usr/bin
|
7oracle
8sqlplus
1 2 3
| sqlplus /nolog
conn /as sysdba
|
oracle
Navcatoracle ,helowin