Oracle High Availability in application development discusses various Oracle technologies for achieving high availability (HA) such as:
1. RAC, DataGuard/Active Data Guard, and GoldenGate or similar replication tools provide redundancy and failover capabilities at the database level.
2. Technologies like Transaction Guard (TG), Application Continuity (AC), Fast Connection Failover (FCF), and Transparent Application Failover (TAF) help applications handle failures with minimal impact through connection management and transaction replay.
3. These technologies require configuration of services, callbacks, and some code changes but can provide seamless failover for applications connecting to Oracle databases in an HA environment.