Win764bit上安装32位Oracle10g出现错误:无法定位程序输入点GetProcessImageFileNameW于动态链接库PSAPI.DLL
安装时以最高管理员身份运行:
蓝色字体为自己加上去的代码
找到..\database\stage\prereq\db\refhost.xml
打开加入
<OPERATING_SYSTEM>
<VERSION VALUE="6.1"/>
</OPERATING_SYSTEM>
再找到..\database\install\oraparam.ini
打开加入
[Certified Versions]
#You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
Windows=4.0,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]
Win7 64位装32位Oracle10g
解决在Win7 64位系统中安装32位Oracle10g遇到的错误——无法定位程序输入点GetProcessImageFileNameW于动态链接库PSAPI.DLL。通过修改refhost.xml文件和oraparam.ini文件,加入特定版本信息以适配操作系统。
2万+

被折叠的 条评论
为什么被折叠?



