Using Navicat to connect to Oracle

Using Navicat to connect to Oracle

  1. First, use the command sqlplus -v to check the Oracle version number you installed. This time, I will operate according to my 11.2.0 version. For other versions, you can download different versions of the oci package.
    Insert image description here

  2. Official website
    https://www.oracle.com/database/technologies/instant-client/downloads.html
    Insert image description here
    Insert image description here

  3. Download instantclient-basic and unzip the compressed file
    Insert image description here

  4. Download Navicat
    link: https://pan.baidu.com/s/10xh0zpcKDZ4tRFKGM8NnLg?pwd=ivw1
    Extraction code: ivw1
    (1) Open Navicat, Tools → Options
    Insert image description here

(2) Find "Environment" and select the oci.dll you just downloaded and decompressed.
Insert image description here

Insert image description here

(3) Click "OK" after completing the selection
Insert image description here

(4) Restart navicat, click "Connect" and select "Oracle"
Insert image description here
Insert image description here

IP is the IP address of the server or computer where Oracle is installed. The service name is the instance name of Oracle. Cases can be ignored.

Guess you like

Origin blog.csdn.net/ShiHC01/article/details/129196054