Win Install PLSQL connect remote Oracle

Source: Internet
Author: User

Since I do not want to install the Oracle client/oracle server, after installing the Oracle server on the virtual machine Linux, the implementation on win just installs PL/SQL connection to remote Oracle.

1. Download the PL/SQL tool installation (my 32-bit)

2. Download Instantclient-basic-win32-11.2.0.1.0.zip

3. After extracting the Instantclient-basic-win32-11.2.0.1.0.zip, the Tnsnames.ora will be downloaded on the Oracle server to modify the host

4. Configure Environment variables

Variable Name variable value
Tns_admin E:\ProgramFiles\instantclient_11_2

5. Modify Tools-->preferences

6. An error has been encountered:

1. Connection Timeout, Solution: Turn off the firewall, turn on 1521 terminal

2.lsnrctl Start (lsnrctl start for Oracle listener)
Error message:
The listener supports no services
The command completed successfully

Solution: Added in Oracle server file Listener.ora, Sid_list_listener = (Sid_list = (Sid_desc = (Global_dbname = instance name) (Sid_name = instance name)), followed by heavy Boot monitoring.

3. Changed the host contents of file Listener.ora and Tnsnames.ora.

Win Install PLSQL connect remote Oracle

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.