netca /silent /responseFile /usr/local/soft/oracle/netca.rsp

出现错误提示如下:

[oracle@centos-D oracle]$ netca /silent /responseFile /usr/local/soft/oracle/netca.rsp


正在对命令行参数进行语法分析:

参数"silent" = true

参数"responsefile" = /usr/local/soft/oracle/netca.rsp

完成对命令行参数进行语法分析。

Oracle Net Services 配置:

LISTENER:为该监听程序提供的信息正由此计算机上的其他监听程序使用。

完成概要文件配置。

有关详细信息, 请查看跟踪文件: /home/oracle/ora11g/cfgtoollogs/netca/trace_OraDb11g_home1-1603179下午0522.log

Oracle Net Services 配置失败。退出代码是1


解决办法:[oracle@centos-D oracle]$ netstat -lnp

                  [oracle@centos-D oracle]$ kill -9 6021

提示被其他程序占用,找到1521端口所对应的进程PID杀掉即可。