Data Guard

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Data Guard

Roshan
Hello Erman,

I hope you are well. When we generate the RMAN script from Networker, it uses the RMAN Duplicate option inside it.

When we do a restore on the stdby DB, we have to do a new backup with RMAN manually on the primary database and do RMAN restore/recover with RMAN.

rman target sys/M@PMTCC01_PROD auxiliary /  
     
    startup mount
     
    run {  
    allocate channel c1 device type disk;  
    allocate channel c2 device type disk;  
    allocate channel c3 device type disk;  
    allocate channel c4 device type disk;  
   
    restore database;  
   
    recover database;  
    alter database open resetlogs;  
    release channel c1;  
    release channel c2;  
    release channel c3;  
    release channel c4;  
    }  

How can I modify Networker to allow us to use RMAN duplicate for restore on standby database when implenting Dataguard(10g)?

Thanks,
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: Data Guard

ErmanArslansOracleBlog
Administrator

Hi Roshan,

Networker is the concern of EMC. Plase ask them.


18 Eki 2016 18:41 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
Hello Erman,

I hope you are well. When we generate the RMAN script from Networker, it uses the RMAN Duplicate option inside it.

When we do a restore on the stdby DB, we have to do a new backup with RMAN manually on the primary database and do RMAN restore/recover with RMAN.

rman target sys/M@PMTCC01_PROD auxiliary /  
     
    startup mount
     
    run {  
    allocate channel c1 device type disk;  
    allocate channel c2 device type disk;  
    allocate channel c3 device type disk;  
    allocate channel c4 device type disk;  
   
    restore database;  
   
    recover database;  
    alter database open resetlogs;  
    release channel c1;  
    release channel c2;  
    release channel c3;  
    release channel c4;  
    }  

How can I modify Networker to allow us to use RMAN duplicate for restore on standby database when implenting Dataguard(10g)?

Thanks,
Roshan


If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/Data-Guard-tp1408.html
To start a new topic under Database, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML