Perform the Incremental backup from the primary database
Posted by Mir Sayeed Hassan on 27th September 2017
Perform the Incremental backup from the primary database Take the current control file backup for the standby database from the primary db As shown below: $rman target / RMAN> backup current controlfile for standby format ‘/tmp/stby.ctl’; Than give the full permisstion for the stby.ctl… Read more..
Posted in RMAN | Comments Off on Perform the Incremental backup from the primary database