My Oracle 10g version is 10.2.0.1.0. (10.1 is the same as that for advanced installation.) The system prompts "the program is terminated abnormally and an unknown error occurs ".
1. modify Oracle 10g \ database \ stage \ prereq \ dB \ refhost. xml
When refhost. XML is enabled
</System>
<Certified_systems>
.....
<Operating_system>
<Version value = "5.1"/>
</Operating_system>
<Operating_system>
<Version value = "5.2"/>
</Operating_system>
Add
<! -- Microsoft Windows 7 and Windows 8 -->
<Operating_system>
<Version value = "6.1"/>
</Operating_system>
<Operating_system>
<Version value = "6.2"/>
</Operating_system>
<! -- Microsoft Windows 7 6.1 and Windows 8 6.2 -->
2. Find the oraparam. ini file in the install directory and
# Windows = 4.0, 5.0, 5.1, 5.2
Modify
# Windows = 4.0, 5.0, 5.1, 5.2, 6.1, 6.2
And 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]
[Windows-6.2-required]
# Minimum Display colours for Oui to run
Min_display_colors = 256
# Minimum CPU speed required for Oui
# CPU = 300
[Windows-6.2-optional]
3.right-click setup.exe, properties-> compatibility-> run the program Windows XP (Service Pack 3) in compatible mode, and run and install the program as an administrator.