小主也是第一次安装,
安装环境:WinSvr2012R2_En_64bit
OracleDB版本: 12C第二版企业版
报错截图如下:
[INS_20803] Theoptional tool named ‘Oracle Configuration Manager Configuration’ Faild.
Are you sure youwant to continue?
Cause - Referto the logs for additional information. Action - Refer to the logs or contact Oracle Support Services.As 'Oracle Configuration Manager Configuration' is an optional tool, it is safeto ignore this failure and proceed with the installation. Log File Location
C:\ProgramFiles\Oracle\Inventory\logs\installActions2018-04-19_04-01-07PM.log
解决方案:
1.卸载Oracle,删除程序文件,App文件.一直从头再来.
并在安装前检查以下几步:
a) 服务器机器名修改成正常.机器名不能VM自动生成的随机机器名b) 开启C盘默认共享
c) Oracle 安装路径不能有空格
d) Hosts 中添加 127.0.0.1 localhost
e) IP地址最好是手动IP,不要用DHCP自动的IP地址
f) 退出杀毒软件
2.确认错误后,并弹出Net Configuration Assistant Faild 确认继续
重新开监听
打开方式:
1.CMD下输入Netca
2.开始--程序--Net Configuration Assistant
配置直接上图不说话: (刚刚突然想到万一看不到图呢,小伙伴们不是不知道选择哪个了.还是打上字吧)
a) 打开Netca 选择" Listener cofiguration" > next
b) 选择" Recofiguration" > next
c) 默认选择不要动 : 选择" LISTENER" > next
d) 弹出窗口提示listener 正在运行是否需要停止 此步选择"Yes" > next
e) 监听 选择"TCP" > next
f) 选择" 1521" > next
g) 是否需要配置另外一个监听: 选择 " No" > next
h) 完成 "Listener configuration complete" > next
如果您是Cmd>Netca 打开的.这时候cmd会有以下提示: " Listener started successfully" 说明监听重新配置成功.
i)finish 完成
希望此文能对大家有帮助