Data Guard automatically synchronizes the primary database and all standby databases by transmitting primary database redo and applying it to…
August 3, 2020 Read more
Data Guard automatically synchronizes the primary database and all standby databases by transmitting primary database redo and applying it to…
Stepping through the process of setting up an active physical standby database using ORacle 19c CDB database. This is a…
One caveat of altering _rollback_segment_count to a higher value and reducing is that Oracle will never drop/remove newly created rollback…
Standby database is replica of Primary database synchronized using redo log (archived redo log). Redo log generated in Primary is…
This article steps through the process of creating a physical standby database using RMAN from a live database. Preparing the…