Oracle-client is not installed locally, connect to database using PL/SQL developer

Source: Internet
Author: User
Tags win32

First, the problem description

The oracle-client side is not installed locally, and because of limited machine resources, you want to connect to the remote database via PL/SQL developer. Simple installation PL/SQL developer cannot connect to the database remotely.

Second, the settlement

First Unified version: Windows64 bit, pl/sql64 bit, download instantclient-basic-win32-10.2.0.5.zip.

Installation configuration: Extract instantclient-basic-win32-10.2.0.5.zip to a folder, requires that the path cannot have special characters such as spaces in Chinese.

Create the network folder under the new directory, enter, create the Admin folder, create the Tnsnames.ora file, and write the following:

Educloud (instance name) = (DESCRIPTION = (Address_list = (address = (PROTOCOL = TCP) (HOST = 112.33.2.95 (IP address)) (PORT = 1521) )) (Connect_data = (service_name = Educloud (instance name))))

Note: The Chinese part and its brackets need to be removed.

Enter PL/SQL developer, open Tools, preferences, connect

Specify the Oracle home directory name, the file path of the OCI library, reboot, and enter the username and password.

Oracle-client is not installed locally, connect to database using PL/SQL developer

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.