![How to connect navicat to oracle database](https://img.php.cn/upload/article/000/000/029/5d525aca8f0c1289.jpg)
We create a new oracle connection (recommended tutorial: navicat tutorial)
![1565677918857875.png How to connect navicat to oracle database](https://img.php.cn/upload/image/815/131/215/1565677918857875.png)
Here I named it oracle. Of course, you can name it whatever you like, and enter the user name and password at the same time. The same as before
![1565677902620605.png How to connect navicat to oracle database](https://img.php.cn/upload/image/708/780/525/1565677902620605.png)
## In the advanced options
![1565677885257219.png How to connect navicat to oracle database](https://img.php.cn/upload/image/562/749/100/1565677885257219.png)
As of now, if you connect directly, it will definitely not work and it will not be successful. Another step is very critical, which is to configure the oci.dll file
![1565677863779391.png How to connect navicat to oracle database](https://img.php.cn/upload/image/423/395/373/1565677863779391.png)
Here you need to put the bin folder in the installation directory of the oracle you installed. Import the oci.dll file into E:\software\oracle\Oracle_win64\product\11.2.0\dbhome_1\BIN\oci.dll
The above are the files in my installation directory, everyone will be different according to their own installation directory Come to import
After importing, restart Navicat. It will take effect automatically after restarting.
![1565677847587090.png How to connect navicat to oracle database](https://img.php.cn/upload/image/283/327/256/1565677847587090.png)
We can test the connection first
![1565677827734160.png How to connect navicat to oracle database](https://img.php.cn/upload/image/895/395/680/1565677827734160.png)
You can see that the connection is successful
![1565677812696119.png How to connect navicat to oracle database](https://img.php.cn/upload/image/667/623/110/1565677812696119.png)
The above is the detailed content of How to connect navicat to oracle database. For more information, please follow other related articles on the PHP Chinese website!
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn