If you have installed another version of Oracle, uninstall it first. For the uninstall steps, see:
Http://blog.csdn.net/DavidHsing/archive/2010/09/15/5885700.aspx
Installation Steps
Decompress the oralce 10g installation image to the hard disk, find the refhost. xml file under/stage/prereq/DB/, and add the following content:
<! -- Microsoft Windows Vista --> <br/> <operating_system> <br/> <version value = "6.0"/> <br/> </operating_system> </P> <p> <! -- Microsoft Windows 7 --> <br/> <operating_system> <br/> <version value = "6.1"/> <br/> </operating_system> <br/>
Modify the/install/oraparam. ini file.
[Certified versions] <br/> # You can customise error message shown for failure, provide value for certified_version_failure_message <br/> Add the 6.0, 6.1 <br/> # windows = 5.0, 5.1, 5.2, 6.0, 6.1 </P> <p>
Add the following code to the file:
# [Windows-6.0-required] <br/> # minimum Display colours for Oui to run <br/> min_display_colors = 256 <br/> # Minimum CPU speed required for Oui <br /># CPU = 300 </P> <p> # [windows-6.0-optional] </P> <p> # [windows-6.1-required] <br/> # minimum Display colours for Oui to run <br/> min_display_colors = 256 <br/> # Minimum CPU speed required for Oui <br/> # CPU = 300 </P> <p> # [windows-6.1-optional] <br/>
In this way, you can.