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!

TNSNAMES CONFIGURATION FOR MULTIPLE DATABASES

802461Feb 7 2013 — edited Feb 11 2013
Hello Guru´s

i have one master database running oracle 11.2.0.1 on uniix hpux. clients have tnsnames to run the application that use this database.

tns is like this:

Prod.appmill.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.20)(PORT = 1522))
)
(CONNECT_DATA =
(SID = prod)
)
)


the standby database is running in another server ip = 192.168.30.25 and the standby database have different ORACLE_SID = prodmill.

when we activate the standby i have to update tns to all clients to run application. i´d like to have this automatic with multiple entries in tns for both servers and both SID then when master site whent down, we open the standby and application will back to work just need maybe close and open again.

thanks for your help.

br
This post has been answered by EdStevens on Feb 11 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2013
Added on Feb 7 2013
5 comments
1,668 views