RMAN Backup on DataGaurd Database [message #497241] |
Fri, 04 March 2011 10:32 |
Jagdeep
Messages: 15 Registered: August 2004
|
Junior Member |
|
|
We are running a 5Tb database backup which takes really a long time to backup and impacts the performance in general during the backup. We got a DataGaurd database in place which we want to utilize to run the RMAN backup on to avoid performance impacts and just use DG database for backup and DR purposes. My Question is if we run the backups on DataGaurd Database, How would a RMAN DG database backup would clear the archive logs from Primary production and from DataGaurd Database during the backup process? Any suggestions?
|
|
|
|
Re: RMAN Backup on DataGaurd Database [message #497248 is a reply to message #497243] |
Fri, 04 March 2011 11:12 |
Jagdeep
Messages: 15 Registered: August 2004
|
Junior Member |
|
|
We have RMAN catalog running on Primary Server for now. So you are saying it would clearn the files from DG but not from Primary...? I am not sure if delete input would delete archivelogs from Primary or DG database.. Any suggestions..?
|
|
|
|
|
|
Re: RMAN Backup on DataGaurd Database [message #497290 is a reply to message #497259] |
Fri, 04 March 2011 14:11 |
Jagdeep
Messages: 15 Registered: August 2004
|
Junior Member |
|
|
Existing configuration is to send backups over to tape directly via rman/tdp from primary node. We want to have these backups to tape configured on Datagaurd server/db to reduce the performance impact. Regarding disk are not accessible means was "database disks of Primary datbaase/archive location are not accessible from Datagaurd Server."...
|
|
|
Re: RMAN Backup on DataGaurd Database [message #497760 is a reply to message #497241] |
Mon, 07 March 2011 01:23 |
hkchital
Messages: 128 Registered: September 2008 Location: Singapore
|
Senior Member |
|
|
See the CONFIGURE command in RMAN.
At the Primary you can
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY;
which allows the FRA at the Primary to delete archivelogs that have been applied on the Standby.
(The Primary and Standby must be communicating in a DataGuard configuration, not a manual standby)
Hemant K Chitale
|
|
|