ORA-00138: all addresses specified for attribute string are invalid
Cause: All of the specified addresses or aliases for the attribute were invalid.
Action: Specify at least one valid address or alias.
ORA-00138: all addresses specified for attribute string are invalid
Cause: All of the addresses specified for the attribute are invalid.
Action: Check that the proper network/protocol components have been specified.
ORA-00138 :指定属性的所有地址无效。
原因: 指定属性的所有地址均无效。
操作:检查是否指定了正确的网络/协议组件。
当使用Oracle数据库管理系统连接网络时,如果连接的地址不存在或者无效的话,就会出现ORA-00138错误提示。
1.检查网络是否可用,查看网络、接口是否正常;
2.查询IP地址网络及信息,确保网络的可用;
3.重新配置地址段和网关地址,用ping测试和指定的网络是否可达;
4.确保网络协议正确;
5.检查以太网驱动程序,所有服务及所需的设置;
6.运行“netstat-an”及“tcpdump”查看IP数据包是否能正常收发;
7.正确设置用户名和密码以及hosts文件;
8.重启Oracle相关服务,重新进行连接操作。