Configure PLSQL developer to connect to a remote ORACLE database

Source: Internet
Author: User
Tags sqlplus

After PLSQL developer is installed, there are always some problems during connection configuration. The following describes the direct channel:

 

1. The client needs to install the compressed client package downloaded from the Oracle official website, for example, decompress it to D:/sqlplus.

 

2. The host information and SERVICE_NAME information in the tnsnames. ora file in the D:/sqlplus directory of the client must be consistent with the file of the same name in the Oracle database.

 

3. Configure the host file (C:/Windows/system32/Drivers/etc/) to indicate the name of the IP address of the Oracle database to be connected. It must be the same as that in tnsnames. ora.

 

4. Add Path = D:/sqlplus; tns_admin = D:/sqlplus; nls_lang = simplified chinese_china.zhs16gbk to the environment variable.

5. On the login interface of PLSQL developer, enter the user name and password. Enter SERVICE_NAME in tnsnames. ora at the database.

 

 

For details about how to download the compressed package, see

Http://blog.csdn.net/cityeremite/archive/2009/11/16/4818403.aspx

 

 

Related Article

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.