MacOS下使用docker安装oracle 12C
1、搜索可用的oracle镜像docker search oracle 可以看到有很多可用的oracle镜像,我们选择第三个。



4、oracle容器启动成功,进入容器查看:docker exec -it 2b088ed34c10 /bin/bash“2b088ed34c10”是docker ps中看到的容器ID直接使用sqlplus登录查看:sqlplus sys/oracle as sysdba

6、默认安装好的ora罕铞泱殳cle 12c配置信息如下:hostname: localhostport: 1521sid: xeusername: systempassword: oracledba用户 sys的密码也是oracle。Mac系统的小伙伴们可以和oracle愉快的玩耍了。