Windows platform, Oracle database and client coexistence mode

Source: Internet
Author: User

Because of certain requirements, the production environment needs to have both database server and client installed on the same machine because Plsql does not have 64-bit clients. Unable to read the 64-bit database Oci.dll file, so need a 32-bit client, if the normal way to install, there will be environment variable confusion and other kinds of uncontrolled problems, I use the following way to make database The server and client can coexist on a single server without impact.
1 Normal Installation Database
2 Find a machine to install 32-bit client
3 Copy the installed client directory to the database server machine and set the path of Oracle_home and Oci.dll in Plsql.
4 You also need to write a bat script that specifies the ORACLE_HOME environment variable for plsql, and the script is as follows:
directory where CD Plsql is located
Set Oracle_home=xxxx
Plsqldev.exe

This allows the plsql to run correctly on a 64-bit database server.

Windows platform, Oracle database and client coexistence 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.