ORA-00102: network protocol string cannot be used by dispatchers ORACLE 报错 故障修复 远程处理
文档解释
ORA-00102: network protocol string cannot be used by dispatchers
Cause: The network specified in DISPATCHERS does not have the functionality required by the dispatchers.
Action: Refer to the manual on network protocols supported by the dispatchers.
ORA-00102:官方英文解释
ORA-00102: Network Protocol error occurred while attempting to start/stop an instance
ORA-00102:中文解释
ORA-00102:尝试启动/停止实例时发生网络协议错误。
ORA-00102:常见案例
1、当执行命令startup或shutdown时,实例可能会报错。
2、用户创建或修改oracle实例时,会遇到此错误。
3、当用户访问oracle实例时,实例可能会报错。
ORA-00102:处理步骤
1、确认listener.ora文件中的正确信息,检查listener.ora文件的正确性。
2、尝试重启listener服务,以确保连接正常。
3、检查oracle依赖的服务,以及ASM服务是否正常。
4、确保网络链接正常,若不正常,可检查主机的网络设置,以及其他防火墙问题。
5、确保oracle数据库实例操作正常,并尝试检查/重置tnsnames.ora和/或sqlnet.ora文件。