Category: Disaster Recovery

Understanding Redo Transport in Oracle Data Guard

Introduction If you are working with Oracle Data Guard, you have probably wondered what actually gets transmitted between your primary and standby databases. Is it the redo data, the redo log files, or the entire data blocks themselves? It is an important distinction, and understanding it can help you troubleshoot performance issues, optimize your network…

Simplified Disaster Recovery with Data Guard in Oracle Cloud

Before we begin, huge kudos to my colleague Sebastian Solbach for working on this blog post. Introduction Mission-critical applications rely on 24/7 availability to maintain business operations. The database is the most critical component in every software architecture; therefore, it is compelling to implement a strategy that maximizes data availability, reliability, and protection. Oracle Data…

Why and How to Backup your Oracle Database to OCI Object Storage Immutable Bucket

Introduction Oracle Database runs everywhere: on-premises, on Oracle Cloud, on non-Oracle Clouds, and in multicloud environments. For Oracle database services running on Oracle Cloud and Oracle Database@Azure, automatic backups are available and recommended to Autonomous Recovery Service, which provides immutability by default. For Oracle databases running elsewhere, consider having an (additional) backup to OCI Object…

How to Configure Object Storage Cross-Region Replication for Disaster Recovery

Introduction Oracle Cloud Object Storage is a regional service, i.e., objects are stored in a specific Oracle Cloud region. You can enable cross-region replication to automatically sync your data to a remote region for redundancy, providing protection from a regional outage. This blog post describes how to configure cross-region replication, use the replicated Object Storage…

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…