Failover [message #75141] |
Thu, 07 February 2002 11:28 |
wolf60s
Messages: 2 Registered: November 2001
|
Junior Member |
|
|
Hi, is it possible to apply failover for two different dbs(different instance name, different service name)? Thanks
|
|
|
Re: Failover [message #75142 is a reply to message #75141] |
Mon, 11 February 2002 23:22 |
Kurt
Messages: 11 Registered: September 2000
|
Junior Member |
|
|
Its not possible, because the SID have to be the same.
For example see:
orcl.world =
(DESCRIPTION =
(failover = on )
(load_balance = off )
(ADDRESS = (COMMUNITY = tcp.swf)(PROTOCOL = TCP)
(Host = host01)(Port = 1527))
(ADDRESS = (COMMUNITY = tcp.swf)(PROTOCOL = TCP)
(Host = host02)(Port =1525))
(CONNECT_DATA = (SID = orcl))
)
Look for connect data: it is bijective!
Hope i can help you! Kurt
|
|
|