Home > Database > Mysql Tutorial > ORA-12545: 因目标主机或对象不存在, 连接失败的错误处理

ORA-12545: 因目标主机或对象不存在, 连接失败的错误处理

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 17:15:04
Original
2881 people have browsed it

我碰到的在oracle10g+rac+raw环境中,多次连接时常常出现的错误ldquo;ORA-12545: 因目标主机或对象不存在, 连接失败rdquo;的处

ORA-12545: 因目标主机或对象不存在, 连接失败的错误处理

[日期:2012-06-20] 来源:Linux社区  作者:Linux [字体:]

我碰到的在Oracle10g+rac+raw环境中,多次连接时常常出现的错误“ORA-12545: 因目标主机或对象不存在,, 连接失败”的处理办法如下:

分别在rac的两个结点上执行以下语句后,错误不再出现:

ALTER SYSTEM SET LOCAL_LISTENER = '(ADDRESS = (PROTOCOL = TCP)(HOST = 192.98.10.1)(PORT = 1521))'   SID = 'node1';

ALTER SYSTEM SET LOCAL_LISTENER = '(ADDRESS = (PROTOCOL = TCP)(HOST = 192.98.10.2)(PORT = 1521))'   SID = 'node2';

更多Oracle相关信息见Oracle 专题页面 ?tid=12

linux

  • 0
  • ora-00604,ora-02429:无法删除用于强制唯一/主键的索引。

    Oracle (11gR2)中的表压缩

    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template