1. Home
  2. Knowledge Base
  3. Backup and Recovery
  4. 11g Standby Database creation without a backup

11g Standby Database creation without a backup

11g New Feature – Standby Database creation from active database without having to take a backup ….

Note the command output – APEXDG is created by copying the datafiles directly from an open database APEX without having to restore the backup from tape

RMAN> run {

allocate channel c1 type disk;

allocate auxiliary channel c2 type disk;

duplicate target database for standby from active database

dorecover

nofilenamecheck;

}

The following two tabs change content below.

Gavin Soorma

Latest posts by Gavin Soorma (see all)

Updated on June 2, 2021

Was this article helpful?

Related Articles

Leave a Comment