Windows 7 Installation Oracle 10g Client method share _oracle

Source: Internet
Author: User
Tags sqlplus
1. Because Oracle 10g does not have a Win7 compatible version for the time being, we can achieve the installation target by modifying some files in the installation software.
A) Open the "\oracle10g_client \stage\prereq\client\" path, locate the Refhost.xml file, open it, add the following code to it, and save it.
Copy Code code as follows:

<OPERATING_SYSTEM>
<version value= "6.1"/>
</OPERATING_SYSTEM>


B Open the "\oracle10g_client\install" path, locate the Oraparam.ini file, open it, add the following code to it, and save it.
[Windows-6.1-required]
#Minimum display colours for OUI to run
min_display_colors=256
#Minimum CPU speed required for OUI
#CPU =300
[Windows-6.1-optional]

2. Locate the setup application in the Oracle installation file, right-click, open the Compatibility troubleshooter, click "Try recommended Settings" and select "Start Program" until the installation is complete.
3. Depending on the installation of the above steps, Oracle's sqlplus may not work properly, and this situation involves permissions. Can be solved by the following measures: Jb51.net

A to open the path to the Oracle program you have installed "\oracle\product\10.2.0\client_1\bin", click on the Sqlplus.exe application, right-click-Properties, select Compatibility, and click the "Run this program in compatibility Mode" Radio box, Select Windows XP (Service Pack3) and continue clicking the "Run this program as Administrator" checkbox, and finally click Apply-OK.
b) So sqlplus can be used normally.
4. For database developers, it is sometimes necessary to use database tools to manipulate the database, such as using the Plsql developer tool to manipulate the database. If you take advantage of the above Oracle installation configuration, you may not be able to use Plsql developer properly, which involves permissions, and you can set compatibility and permissions on the "Plsqldev.exe" application. Specific actions, such as Step 3.

Author Orcldb
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.