After changing the version, I suddenly wanted to discard XP and change it to Windows 7. During Oracle installation, the installation failed, the installation was unavailable, and there were even garbled characters. Cup ..
The solution finally solved the main contradiction.
First download the Vista server and client:
10203_vista_w2k8_x86_production_db [server]
10203_vista_w2k8_x86_production_client [client]
Download it on the official website...
Http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html
Decompress the package and find refhost in the directory. XML (two of mine are in the stage \ prereq \ dB directory, and the other is in the stage \ prereq \ db_prereqs \ dB directory, the same is true) to add and repair, add the following code:
<! -- Microsoft Windows 7 -->
<Operating_system>
<Version value = \ "6.1 \"/>
</Operating_system>
Then, modify an oraparam. ini file in the install directory.
Add the red code in the following locations
[Certified versions]
# You can customise error message shown for failure, provide value for certified_version_failure_message
# Windows = 5.0, 5.1, 5.2, 6.0, 6.1
Add the following code:
# [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]
After all these changes are completed, install them again!