之后可以出现安装界面,网上查了下资料,说是oracle路径中不能包含中文和空格,我的路径中没有中文和空格,有个下划线,好的,为了避免问题,去掉文件夹名字中的下划线并把名字改为简单的ora。错误依旧,既然提示是oraparam.ini文件里未找到先决条件,那就去看看,在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
#Windows NT 4.0
#[Windows-4.0-required]
#Service pack for Windows NT4.0, use %SystemRoot%\WinNt\System32\winver.exe to find version and service pack
#SERVICE_PACK=6a
#You can customise the message shown for Service Pack failure through SERVICE_PACK_FAILURE_MESSAGE
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256
#Use MIN_DISPLAY_COLORS_FAILURE_MESSAGE to customise message for failure of check for Display colors
#Minimum CPU speed required for OUI in MHz
#CPU=300
#CPU_FAILURE_MESSAGE, use to customise error message for CPU speed check
#[Windows-4.0-optional]
#Windows 2000 use winver.exe to find version
[Windows-5.0-required]
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256
#Minimum CPU speed required for OUI
#CPU=300
[Windows-5.0-optional]
#Windows XP use winver.exe to find version
[Windows-5.1-required]
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256
#Minimum CPU speed required for OUI
#CPU=300
[Windows-5.1-optional]
#Windows .net use winver.exe to find version
[Windows-5.2-required]
#Minimum display colours for OUI to run
MIN_DISPLAY_COLORS=256
#Minimum CPU speed required for OUI
#CPU=300