Standby Automatic Flashback [19c feature]
Standby Automatic Flashback [19c feature]

One of the new Database 19c Features is the possibility of automatically Flashback the standby database if the Primary has been Flashback. There are couple of requisites though, the Standby has to have Flashback enabled, and in order for the Automatic flashback to start, the standby has to be mounted Lets do a quick test... » read more

Create RAC Standby Database Using DBCA [19c Version]
Create RAC Standby Database Using DBCA [19c Version]

DBCA evolves the same way than most Oracle Components, and since 12.2 version, you can create Standby Databases directly using DBCA. Before you start, is important to check your version limitation, so for example, 12.2 only allows single instance Databases to be created (see this article by Frank Pachot [https://blog.dbi-services.com/12cr2-dbca-can-create-a-standby-database/]), but that is not longer... » read more

Rolling Forward a Physical Standby using “Recover From Service” command [12.1 feature]
Rolling Forward a Physical Standby using “Recover From Service” command [12.1 feature]

This is what we can see from the Oracle Doc ID 1987763.1 regarding Recover standby from Service option added in 12.1: Rolling Forward a Physical Standby Using Recover From Service Command in 12c (Doc ID 1987763.1) ========================================================================= Prior to 12c, in order to roll forward the standby database using incremental backups you would need to:... » read more