64-bit machine's PL/SQL does not install 32-bit Oracle connection mode

Source: Internet
Author: User

The first step: Download the instant client package on the ORALCE official website to load the Oracle instantclient Basic packages. The address is as follows: Http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html,Instant Client for Microsoft Windows (32-bit)  Select the appropriate version to download.   Step Two: Unpack the package     1> unzip the compressed file to a local path, such as C:\Oracle\instantclient_11_2.     2> Create folder Network/admin under this path, create Tnsnames.ora file under ADMIN folder, file content is TNS information of database that want to connect. For example:        ORCL =          ( DESCRIPTION =            (address_list =               (ADDRESS = (PROTOCOL = TCP) (HOST = 127.0.0.1) (PORT = 1521) )            )              (Connect_data =               (service_name = ORCL)            )          ) Step Three: Configure the environment variable Nls_lang:americanoracle_home:c:\oracle\instantclient_11_2path:c:\ Oracle\instantclient_11_2; tns_admin:c:\oracle\instantclient_11_2\network\admin  Fourth Step: Configure PL/SQL developer   start PL/SQL developer, In the Login window interface, click the Cancel button to make the main interface, click Tools->preferences, in the connection need to configure the following two parameters:          oracle home:c:\oracle\instantclient_11_2          oci Library:c:\oracle\instantclient_11_2\oci.dll This configuration is complete, now can be normal use of PL/SQL developer if you want to delete this client, delete environment variables and files.

PL/SQL startup hint missing MSVCR71.DLL: under D:\oracle\product\10.2.0\db_1\BIN\ctxhx
Copy it to the 32-bit client.

64-bit machine's PL/SQL does not install 32-bit Oracle connection mode

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.