PLSQL Developer Connecting Oracle Database

Source: Internet
Author: User

1. Download and install Plsql Developer12

Visit Plsql Developer official website https://www.allroundautomations.com/bodyplsqldevreg.html, download Win64 version

2. Visit the Oracle website, download the instant client and unzip it to the appropriate location

Http://www.oracle.com/technetwork/database/database-technologies/instant-client/downloads/index.html

3.PLSQL Developer Configuration

Open plsql Developer, login window directly select Cancel, select Configure-preferences-connection in main interface

    • Set Oracle home to instantclient decompression path
    • Set OCI liarary to instantclient decompression path \oci.dll

4. Configure Environment variables

      • Nls_lang Simplified Chinese_china. Zhs16gbk
      • tns_admin instantclient Decompression Path

5. Configure Tnsnames.ora

Create the file Tnsnames.ora under the instantclient decompression path , enter the TNS connection information, and change the red section.

TEST =
(DESCRIPTION =
(Address_list =
(ADDRESS = (PROTOCOL = TCP) (HOST = 127.0.0.1) (PORT = 1521))
)
(Connect_data =
(SERVER = dedicated)
(service_name = ORCL)
)
)

PLSQL Developer Connecting Oracle Database

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.