在 windows 7 上安装 oracle 10g

来自http://tunps.com/install-oracle-10g-on-windows-7

需要下载 Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) Enterprise/Standard Edition for Microsoft Windows Vista and Windows 2008 解压下载下来的zip文件,打开两个目录下的refhost.xml 10203_vista_w2k8_x86_production_db\db\Disk1\stage\prereq\db\refhost.xml 10203_vista_w2k8_x86_production_db\db\Disk1\stage\prereq\db_prereqs\db\refhost.xml 两个文件修改需要修改的内容一样, 在<CERTIFIED_SYSTEMS>节点里面加入以下内容: <OPERATING_SYSTEM> <VERSION VALUE=”6.1″/> </OPERATING_SYSTEM> 最终内容:
<certified_systems>
   <operating_system>
     <version VALUE="5.0"/>
     <service_pack VALUE="1"/>
   </operating_system>
   <operating_system>
     <version VALUE="5.1"/>
     <service_pack VALUE="1"/>
   </operating_system>
   <operating_system>
     <version VALUE="5.2"/>
   </operating_system>
   <!--Microsoft Windows Vista-->
   <operating_system>
     <version VALUE="6.0"/>
   </operating_system>
<operating_system>
<version VALUE="6.1"/>
</operating_system>
 </certified_systems>

About tunpishuang

just 4 fun·····
This entry was posted in 未分类 and tagged . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>