1、最重要的是需要以管理员的身份操作
2、修改重要的文件 
然后解压,在目录中找到refhost.xml(有两个,我的一个是在stage\prereq\db目录下,一个是在stage\prereq\db_prereqs\db目录下)进行添加修,添加如下代码: 
<!--Microsoft Windows 7--> 
<OPERATING_SYSTEM> 
<VERSION VALUE="6.1"/> 
</OPERATING_SYSTEM> 
还要修改一个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.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] 
安装完成后,创建用户,在导入dmp数据的时候提示权限不足,此时需要给用户授予更高的权限
grant connect,resource,dba to user ;
win7安装oracle10g数据库 提示“…实际版本为6.1”
原文:http://www.cnblogs.com/gisxixi/p/6978502.html