mac docker 安装 oracle 11g

docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
docker run --privileged --restart=always --name oracle_11g -p 1521:1521 -d registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
docker exec -it 容器ID /bin/bash
source /home/oracle/.bash_profile
sqlplus nologconnect as sysdba
1
2
3
4
create user oracle identified by oracle#123;
alter user system identified by system;
alter user system identified by 123456;
grant connect,resource,dba to oracle;

考:https://baijiahao.baidu.com/s?id=1709232831349390844&wfr=spider&for=pc

updatedupdated2024-05-132024-05-13