How to configure Navicat

Source: Internet
Author: User

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.

 
 
  1. misslele =  
  2.   (DESCRIPTION =  
  3.     (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.10)(PORT = 1521))  
  4.     (CONNECT_DATA =  
  5.       (SERVER = DEDICATED)  
  6.       (SERVICE_NAME = misslele)  
  7.     )  
  8.   ) 

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.

 
 
  1. USE_SHARED_SOCKET=TRUE      

2.

D: \ app \ Administrator \ product \ 11.1.0 \ client_1 \ Network \ Admin \ Sample

Set SQLNET. ORA

 
 
  1. SQLNET.AUTHENTICATION_SERVICES=   (NTS)       
  2. NAMES.DIRECTORY_PATH=   (TNSNAMES,   ONAMES,   HOSTNAME)       
  3. TRACE_LEVEL_CLIENT   =   16    
The connection will be successful again.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.