Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

client TNSNAMES in dataguard

855563Apr 23 2011 — edited Apr 28 2011
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2011
Added on Apr 23 2011
13 comments
1,457 views