Navicat Oracle features an intuitive GUI and provides powerful visualization tools such as query editor and syntax highlighting capabilities when previewing SQL, SQL console, text, hexadecimal and BLOB view/Editor, SSH tunnel and more to improve work efficiency.
Installation:
1. Download Navicat for Oracle
Http://www.navicat.com/cn/download/download.html
2. Download Oracle 11g ODAC and Oracle Developer Tools for Visual Studio
Http://www.oracle.com/technology/tech/dotnet/index.html
To install Navicat for Oracle and ODP. Net, you only need to click "Next" to install it by default.
Crack Navicat for Oracle, copy the files under the crack package Navicat for Oracle installation directory, run navicat for Oracle.ver.8.1.6-patch.exe, if your operating system is Windows Server2008/win7, on this page, right-click "Run as administrator ".
Configuration
After the installation is complete, an error will be reported when you connect directly. Now, using the configuration of my local machine as an example, set D: tnsnames in the \ app \ Administrator \ product \ 11.1.0 \ client_1 \ Network \ Admin \ Sample directory. copy ora to D: \ app \ Administrator \ product \ 11.1.0 \ client_1 \ Network \ Admin
Then modify the file configuration, create the service misslele, and set the Host address.
- misslele =
- (DESCRIPTION =
- (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.10)(PORT = 1521))
- (CONNECT_DATA =
- (SERVER = DEDICATED)
- (SERVICE_NAME = misslele)
- )
- )
Run Navicat for Oracle, add "connection", and select "TNS" as the connection type ",
The following error occurs during connection.
Select Tools> Select... to configure the oci. dll path.
If a connection error occurs, the specific cause is that the following items need to be added to Oracle in the 2000server after the firewall:
1. Registry: Add [HKEY_LOCAL_MACHINE] To HOME0 of the Registry.
- USE_SHARED_SOCKET=TRUE
2.
D: \ app \ Administrator \ product \ 11.1.0 \ client_1 \ Network \ Admin \ Sample
Set SQLNET. ORA
- SQLNET.AUTHENTICATION_SERVICES= (NTS)
- NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
- TRACE_LEVEL_CLIENT = 16
The connection will be successful again.