ORA-12235: TNS:Failure to redirect to destination
Cause: This error is reported by an interchange which fails to redirect a connection to another interchange along the path to the destination.
Action: Report the problem to your Network Administrator so that he may fix the problem.
ORA-12235: TNS:无法重定向到目标是一个未解决的TNS错误,表明网络配置文件未正确配置,TNS无法正确定位和重定向客户端到正确的主机。
1.如果TNSNAMES.ORA文件中未正确配置服务名或主机名,则系统可能会发出这种错误。
2.在本地系统上未启动TNS监听器也会发生这种情况,因为如果客户端需要集成到网络配置文件,但本地系统上的TNS监听器未启动,则此错误可能会发生。
1.确认网络配置文件(以及它的存储位置)中的唯一服务名是否与客户端指定的服务名相同。
2. 确保实际主机上已启动监听程序并正在侦听发出此错误的服务名。
3. 添加到网络配置文件中所需服务名的正确主机 / IP 地址。
4. 重新启动TNS监听程序以确保network configuration文件的更改被读取。
5. 重新验证客户端连接以查看是否解决了问题。