Under the mac install oracle

1. Turn on good docker has been installed. 

   

2. Run the terminal a terminal, a command to pull the mirror oracle

      docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g

3. Install oracle container

      docker run -dp 9090:8080 -p 1521:1521 registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g

4. into the container

   docker exec -it container id / bin / bash

    

The container can look id command to query

    docker ps -a

6. Installation navicat for oracle

    brew cask install navicat-for-oracle

   If the online download is slow, you can copy the address to download directly in your browser. 

   http://download.navicat.com/download/navicat121_ora_en.dmg

7. The connection means connected via oracle

    The initial user name and password: system / helowin; Service Name: helowin

Published 107 original articles · won praise 29 · views 180 000 +

Guess you like

Origin blog.csdn.net/zhangyingchengqi/article/details/104810672
Recommended