本人使用的是windows 7 64位操作系统,试了oracle多个版本都无法在windows 7 64位操作系统下正常安装, 经过网上查询和实际安装,终于在windows 7 64位下安装了 oracle client,所以把方法总结下与大家分享: 操作系统: windows 7 64位 oracle client 版本:10204_vista_w2k8_x64_production_client http://download.oracle/otn/nt/oracle10g/10204/10204_vista_w2k8_x64_production_client.zip 在windows 7 64位下安装的方法: 一、解压后修改client/install/oraparam.ini文件 [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 (在window后面添加 6.1) 二、在 [Windows-6.0-optional] 后面添加如下选项: [Windows-6.0-optional] [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] 三、分别修改如下文件 client/stage/prereq/client/refhost.xml client/stage/prereq/client_prereqs/client/refhost.xml 在- <!-- Microsoft Windows Vista --> - <OPERATING_SYSTEM> <VERSION VALUE="6.0" /> </OPERATING_SYSTEM>选项后面添加如下选项: - <!-- Microsoft Windows 7 --> - <OPERATING_SYSTEM> <VERSION VALUE="6.1" /> </OPERATING_SYSTEM> 本人使用的是windows 7 64位操作系统,试了oracle多个版本都无法在windows 7 64位操作系统下正常安装, 经过网上查询和实际安装,终于在windows 7 64位下安装了 oracle client,所以把方法总结下与大家分享: 操作系统: windows 7 64位 oracle client 版本:10204_vista_w2k8_x64_production_client http://download.oracle/otn/nt/oracle10g/10204/10204_vista_w2k8_x64_production_client.zip 在windows 7 64位下安装的方法: 一、解压后修改client/install/oraparam.ini文件 [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 (在window后面添加 6.1) 二、在 [Windows-6.0-optional] 后面添加如下选项: [Windows-6.0-optional] [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] 三、分别修改如下文件 client/stage/prereq/client/refhost.xml client/stage/prereq/client_prereqs/client/refhost.xml 在- <!-- Microsoft Windows Vista --> - <OPERATING_SYSTEM> <VERSION VALUE="6.0" /> </OPERATING_SYSTEM>选项后面添加如下选项: - <!-- Microsoft Windows 7 --> - <OPERATING_SYSTEM> <VERSION VALUE="6.1" /> </OPERATING_SYSTEM>