这两天换了个电脑,操作系统是WIN7,拿到电脑后首先就是要把常用的软件都移植到WIN7上来。在装oracle的时候就遇到问题了,操作系统不一样了,oracle还是那个版本的吗?GOOGLE一下,找的了VISTA版本。
首先下载:10203_vista_w2k8_x86_production_db 【服务端】
http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html
然后解压,在目录中找到refhost.xml(有两个,我的一个是在stage\prereq\db目录下,一个是在stage\prereq\db_prereqs\db目录下 客户端也是一样)进行添加修,添加如下代码:
而后还要修改一个oraparam.ini文件,在install目录下
先在[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
再添加下面代码:
#[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]
把这些都修改完后再安装就OK了!