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 oracle2. download Oracle 11g odac and Oracle Developer Tools for Visual Studio to install navicat for Oracle and ODP. net, the installation process is omitted, as long as you click "Next" to install 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 ". After the configuration is installed, an error is 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. ora copies the file to D: \ app \ Administrator \ product \ 11.1.0 \ client_1 \ Network \ admin, modifies the file configuration, establishes the service misslele, and sets 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. If the following error occurs during connection, select "tool"> "select... "dialog box to configure OCI. if the dll path still encounters a connection error, 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. Configure sqlnet. ora in the Directory D: \ app \ Administrator \ product \ 11.1.0 \ client_1 \ Network \ admin \ sample
Sqlnet. authentication_services = (CNT)
Names. directory_path = (tnsnames, onames, hostname)
Trace_level_client = 16 the connection will be successful.