ORA-12545: Connect failed because target host or object does not exist [message #407102] |
Mon, 08 June 2009 07:48 |
kumarrajnishgupta
Messages: 43 Registered: October 2008 Location: noida
|
Member |
|
|
Dear friends
I am trying to connect my from rman database to target database in our rac enviroment it gives error like this.
RMAN> connect target bms/bms@orcl_taf
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-12545: Connect failed because target host or object does not exist
but when try to connect through my sql prompt ( from rman database) it connects but not regularly
SQL> connect bms/bms@orcl_taf
Connected.
SQL>
Note - from sql prompmt it is also reguralry not connected it gives the same message
SQL> connect bms/bms@orcl_taf
ERROR:
ORA-12545: Connect failed because target host or object does not exist
if any thing not clear please tell me
|
|
|
|
Re: ORA-12545: Connect failed because target host or object does not exist [message #407130 is a reply to message #407121] |
Mon, 08 June 2009 11:02 |
kumarrajnishgupta
Messages: 43 Registered: October 2008 Location: noida
|
Member |
|
|
this is the config of tnsnames.ora
ORCL_TAF =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.200)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.201)(PORT = 1521))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl_taf.indo.com)
(FAILOVER_MODE =
(TYPE = SELECT)
(METHOD = BASIC)
(RETRIES = 180)
(DELAY = 5)
)
)
)
rmandb =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.101)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = orcl_taf.indo.com)
)
)
Note - 192.168.1.200 and 201 is the vip and 192.168.1.101 is the node ip. i have tried both, but is gives same error
with regds
rajnish
[Updated on: Mon, 08 June 2009 11:04] Report message to a moderator
|
|
|
|
|
|
|
|
|
|