client TNSNAMES in dataguard
855563Apr 23 2011 — edited Apr 28 2011Hi all
i have dataguard with one primary(sid=ORCL ip=192.168.10.27) and one standby(sid=STAN ip=192.168.10.17) database.and using oracle 6i applicaiton.Can any one plz tell me what is the client side tns entry for connection that after switchover or failover without any interuption user can connect to database.
orant =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 192.168.10.27)
(Port = 1521)
)
)
(CONNECT_DATA = (SID = orcl)
)
)
any help is appreciated thanks