FAILOVER - which TNSNAMES should be updated - Client's or Database's
654563Dec 4 2008 — edited Dec 5 2008Hi All,
I have installed a two node cluster and want to configure TAF , my questions are
1. Do I need to insert the following only in db TNSNAMES or in clinet TNSNAMES as well?
(LOAD_BALANCE = ON)
(FAILOVER = ON)
...
FAILOVER_MODE =
(TYPE = SELECT)
(METHOD = BASIC)
(RETRIES = 180)
(DELAY = 1)
2. I created the database through dbca , can i configure the default database service for TAF or do I have to make another service. This is what I get when I try to check the status of default service
C:\Documents and Settings\OnyxAdmin>srvctl status service -d usis -s usis
PRKO-2120 : The internal database service usis cannot be managed with srvctl.
Please help.