Application/Clients Unable to Connect Using SCAN Name.
Hi All Experts,i am facing very strange issue .. we have 4 node Rac (11gR2 11.2.0.2) running on Exadata Machine and 25 cluster databases are running on all 4 nodes. but we have one database was running fine but suddenly application guys were not able to connect from application server. starts getting below error
ORA-12545: Connect failed because target host or object does not exist
below services they are using
tns =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = scan02-scan)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = database)
)
)
i tried to connect from database server it self by using above tns but still same issue. but point of confusion is all other databases which are running are able to connect using SCAN name. then i tried to connect using VIP hostname from client machine then we are able to connect .... meaning VIP is working but SCAN Name is not working for that speacific database only ...
0