Tag: Data Guard

How to create Oracle Database Services for High Availability

Introduction To use High Availability features like Fast Application Notification (FAN), Draining, and Application Continuity, you need to create a custom database service and set the high availability attributes accordingly. This is not possible when using the default database service, which is the service with the same name as the PDB. Additionally, custom database services…

FastSync or Far Sync? FastSync AND Far Sync!

Introduction FastSync and Far Sync seem to be very similar terms, especially in the spoken language. In my conversations, I have seen these terms being mixed up and even questions about using one OR the other. Indeed, FastSync and Far Sync are two different things that can be used independently or make perfect sense to…

How Oracle Active Data Guard provides better Disaster Recovery than AWS RDS Read Replicas

Introduction Recently I have been asked whether AWS RDS for Oracle provides a solid disaster recovery solution using Read Replicas based on Oracle Active Data Guard. Oracle (Active) Data Guard is undoubtedly Oracle’s most comprehensive data protection and disaster recovery solution for Oracle Database. However, whenever I read or hear “RDS”, the next word that…

Fast-Start Failover in Data Guard Environments on Oracle Cloud

Introduction Oracle Data Guard and Active Data Guard ensure high availability and disaster recovery during maintenance operations and in case of outages. Recovery Point Objective (RPO) of zero (zero data loss) can be achieved by setting up SYNC or FASTSYNC replication, even at any distance, using Far Sync without compromising performance. Recovery Time Objective (RTO)…

How to move your Exadata Cloud Service Databases to X9M with Zero Downtime

Introduction Oracle constantly introduces new Exadata Platforms providing higher performance, lower latency, extended storage, and optimized software and networking. The latest Exadata X9M generation is available on-premises, cloud@customer, and public cloud. AND, it comes at the same price as the previous generation!!! It is as simple as this: higher performance + same price = reduced…

How to measure Network Latency for Oracle Data Guard Replication

Introduction Oracle Data Guard replicates data from the primary to one or multiple standby databases for high availability and disaster recovery. The decision to transfer the redo synchronously or asynchronously depends on your RTO and RPO. Synchronous redo transport provides zero data loss and lower recovery time, but your application needs to wait until the…