Posts

Showing posts with the label #HA

Building an Enterprise-Grade Oracle 19c RAC-to-RAC Data Guard with Broker

Image
A practical, end-to-end walkthrough of standing up a 2-Node RAC physical standby for a 2-Node RAC primary — covering architecture, network and parameter prerequisites, RMAN active duplication, RAC conversion of the standby, redo apply, Data Guard Broker, and switchover/failover readiness. Database: Oracle 19c (19.16) Enterprise Edition Topology: 2-Node RAC → 2-Node RAC Physical Standby Storage: ASM (+DATA, +RECO, +OCRVD)              Container: CDB test with PDB testpdb 1. Why RAC-to-RAC Data Guard? Oracle Data Guard remains Oracle's reference-grade solution for database disaster recovery and high availability. It ships redo from a primary database to one or more standbys, applies it in real time, and orchestrates role transitions so that planned maintenance and unplanned outages do not translate into downtime for the business. When the primary database itself already runs on Real Application Clusters (RAC), pairing it with a RAC physical standby ...

RMAN in Oracle Database 26ai: What Has Changed and Why It Matters

A practitioner's guide to the new encryption defaults, backup mobility, recovery catalog enhancements, and the features Oracle has quietly retired. Executive Overview Oracle Database 26ai delivers one of the most substantial refreshes to Recovery Manager (RMAN) in recent memory. The release strengthens encryption defaults, makes backups significantly more portable across storage classes, modernizes recovery catalog operations, and removes several long-standing features from the supported toolkit. Most of these enhancements directly improve operational flexibility and security posture. A few, however, introduce subtle behavioral inconsistencies between the documentation and runtime metadata that administrators should verify in their own environments before relying on them in production. This article distills the most consequential RMAN changes in 26ai — what is new, what is gone, what to validate, and how to adapt your operational playbooks accordingly. Contents Summary of RMAN Chan...