Oracle AI Database 26ai(23.26.2)— DML Redirection for Data Guard per Pluggable Database
Oracle AI Database 26ai introduces DML Redirection for Data Guard per Pluggable Database , allowing write operations to be transparently redirected from a standby PDB to its corresponding primary PDB. With this enhancement, a standby PDB is no longer limited to serving read-only workloads. Applications can perform both read and write operations while connected to the standby PDB, with write requests automatically executed on the primary PDB. This makes the standby environment a more valuable resource by offloading additional application activity and increasing the flexibility of disaster recovery environments. Let’s verify this feature with a simple test. Step 1 — Verify the Standby PDB Connect to the standby database ( CDB2 ) and verify that the target PDB ( AMOL ) is opened in READ ONLY mode. [oracle @OEL9 - DB2 ~ ]$ sqlplus / @cdb2 as sysdba SQL * Plus: Release 23.26 .2 .0 .0 - Production on Tue Jul 14 13 : 29 : 04 2026 Version 23.26 .2 .0 .0 Copyright (c) 1982 , 202...