Without the temptation of roommates, I installed Windows 7 OS on my computer in my spare time.
JDK installation for Windows 7 is unobstructed during eclipse installation. However, when installing Oracle, a problem occurs in the first step, prompting you that the installation cannot be performed, after n more brain cells are discarded, the solution is finally solved. Now we will write the solution steps, hoping to help those who like win 7, O (∩ _ ∩) O ~ If you have any questions, please advise me more. If you have any good methods, please advise me more.
The Oracle client of any current version cannot be installed properly on Windows 7 of any version. It is mainly because the operating system version does not meet the prerequisites for Oracle installation, but you can modify the refhost. XML (in Oracle 10g \ database \ stage \ prereq \ dB) solution, specifically in refhost. add in XML
<! -- Microsoft Windows 7 -->
<Operating_system>
<Version value = "6.1"/>
</Operating_system>
No need to add x32 or x64. Note that Oracle10g or 11 may have multiple refhosts. all XML files need to be modified (as if some versions need to be modified oraparam. search for the INI file ). This allows you to bypass the check when checking the operating system.
The following are the parameters in Oracle I use:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0-prod;
PL/SQL release 10.2.0.1.0-production;
Core 10.2.0.1.0 Production;
TNS for 32-bit windows: Version 10.2.0.1.0-production;
Nlsrtl version 10.2.0.1.0-production;
The installation settings for Toad, PL/SQL are the same as those for XP.
Come here and learn ~
Http://www.talentdigger.cn/home/space.php? Uid = 1077 & Do = Blog & id = 19280