you can also configure for select failover so that if a node A dies
any queries executed on that node can be transferred to a surviving node so that the query completes (with a slight delay) and the death of node A is transparent to the user . This is referred to as transparanet application failover (TAF) and can be useful for selects. It does not work with dml or pl/sql
steve




Reply With Quote