|
原帖由 玉面飞龙 于 2010-2-1 18:06 发表 ![]()
orcl =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = orcl.vip.ebay.com)(PORT = 1521))
)
(CONNECT_DATA =
(SID = orcl)
)
)
Register orcl.vip.ebay.com with database host IP in DNS.
After database failover to standby, have SA modify DNS from orcl.vip.ebay.com to new IP.
Client just need to wait a few minutes.
 |
|