High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

Creating Standby from RMAN Compressed backup...

On Primary, I have taken Compressed backup as follows:
RMAN> run
{
allocate channel c1 type disk;
allocate channel c2 type disk;
allocate channel c3 type disk;
BACKUP AS COMPRESSED BACKUPSET DATABASE PLUS ARCHIVELOG format '/dboracle/orbit_pr_bkp/primary_%U';
}

backup current controlfile for standby format '/dboracle/orbit_pr_bkp/primary_cntl.bkp';

oracle@apl06635orbvu1:/dboracle/orbit_pr_bkp>ls -ltr
total 51652
-rw-r----- 1 oracle dba 11972608 Jan  7 13:45 primary_0tm1h32n_1_1
-rw-r----- 1 oracle dba 15762432 Jan  7 13:45 primary_0sm1h32n_1_1
-rw-r----- 1 oracle dba 16785920 Jan  7 13:45 primary_0rm1h32n_1_1
-rw-r----- 1 oracle dba  1088000 Jan  7 13:45 primary_0um1h32v_1_1
-rw-r----- 1 oracle dba    32768 Jan  7 13:45 primary_12m1h33r_1_1

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center