When oracle10g is installed in win7, an unknown error occurs when the program is terminated abnormally.

Source: Internet
Author: User

Oracle 10g installation in win7, select advanced options, prompt program abnormal termination, an unknown error occurs

Modify Oracle 10G \ database \ stage \ prereq \ db \ refhost. xml
In the </SYSTEM>
<CERTIFIED_SYSTEMS>
<! -- Microsoft Windows 7 -->
<OPERATING_SYSTEM>
<Version value = "6.1"/>
</OPERATING_SYSTEM>

Go to the install directory and find the oraparam. ini file.
# Windows = 4.0, 5.0, 5.1, 5.2
Modify
# Windows = 4.0, 5.0, 5.1, 5.2, 6.1
Add
[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]
Running or error ....
Solution: Right-click setup, choose Properties> compatibility> run windows xp (service pack 3) in compatible mode, and run and install the program as an administrator.

Then, after running em, the interface came out, but an error was reported:
Java. lang. Exception: Exception in sending Request: null
Many functions are not available, prompting you to log on again.
The solution was found on the Oracle Forum:
Http://forums.oracle.com/forums/thread.jspa? ThreadID = 320574 & tstart = 0 & messageID = 1374397
Find the following file
10.2.0/db_1/ZYKNET_ORC2/sysman/config/emd. properties
The default value of agentTZRegion is GMT, which can be changed to your time zone. For example:
AgentTZRegion = Asia/Chungking
For a list of time zones, see 10.2.0/db_1/sysman/admin/supportedtzs. lst.
Restart OracleDBConsole

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.