在Mac上不能直接安装,需要借助docker,花费了不少时间才装好,记录一下。
-
安装docker;
brew cask install docker
-
拉取oracle镜像:使用阿里的镜像
docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
-
安装oracle容器
` docker run -dp 9090:8080 -p 1521:1521 registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g
`
-
安装可视化连接工具,我用的是navicat-for-oracle(如果没有);
brew cask install navicat-for-oracle
-
通过连接工具连接oracle数据库
初始用户名密码:system/helowin;服务名:helowin