Quote:
Originally posted by adewri
Do not inplement RAC just for TAF.
TAF is a marketing gimmick which does not work most of the time. Its good only to be used with SQL*PLUS to show demos. Tell me where do u use sqlplus ? Only the DBA and the develpoment team does that and not the end user. Also only select statement works with TAF and not inserts, updates or deletes. Also the sql select TAF is just a replay of the query fired (information is stored about the number of rows that have been thrown to the client and starts throwing after that row). TAF can be implemented on single node databases.
You can use TAF not for Application faliover but for session failovers(to some extent) and login failovers.
HTH
I agree with you here. Even TAF with sql*plus is sketchy. I did OPS and attempted TAF with a HA 311 phone system. I was able to get TAF to work for query failover sometimes and sometimes not in the development stages. As part of the Oracle Contract , Oracle corp sent in a HA specialist to audit my work. He was left scratching is head over why TAF worked sometimes and sometimes not and we was quite throughough in the review of my config.