Turn: PL/SQL in win8.1 System connection oracle11g no database processing method

Source: Internet
Author: User

First, the question

here is the first description of my environment: win8.1 (64bit) +oracle11g (64bit) +pl/sql (32bit).
The situation is: NET Manager is configured properly, the test is successful, but there is no databse option when you connect with PL/SQL
I went online Baidu for a long time, finally found the answer.

Ii. Solutions

PL/SQL developer using Instantclient to connect to the Oracle version:
? 1. Download the 32-bit Oracle instantclient and expand to a directory such as C:\instantclient-basic-nt-11.2.0.2.0;:/http www.oracle.com/technetwork/topics/winsoft-085727.html
2. Copy the Tnsnames.ora of the system to the directory;
? 3. set up the Oracle_home and OCI Library in Plsql Developer:
Tools? Preferences? Oracle? Connection:
oracle_home:c:\instantclient-basic-nt-11.2.0.2.0
OCI Library:c:\instantclient-basic-nt-11.2.0.2.0\oci.dll
4. under the Plsql Developer directory, create a new bat file, replace its shortcut, and start the Plsql Developer:
@echo off
Set path=c:\instantclient-basic-nt-11.2.0.2.0
Set oracle_home=c:\instantclient-basic-nt-11.2.0.2.0
Set tns_admin=c:\instantclient-basic-nt-11.2.0.2.0
set Nls_lang=american_america. ZHS16GBK
Start Plsqldev.exe

Turn: PL/SQL in win8.1 System connection oracle11g no database processing method

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.