Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Backup flash recovery area on shared storage from alternate host?
Environment: 10gR1 Solaris 9
I am using RMAN backups to a flash recovery located on a shared NFS volume.
In order to reduce load on primary hosts during subsequent backup to tape, I would like to back up the flash recovery area to tape using an alternate host. In this case, I would like to use the standby (physical dataguard) host, which has the flash recovery area mounted via NFS.
If I specify the primary as the target database, then RMAN starts a server process on the primary that reads from the FRA and ships over SQL*Net to the standby which writes to tape. Obviously this is not what I am looking for, since I still impose significant load on the primary.
When I specify the standby as the target database, RMAN can't see the FRA backups, and encounters the error:
RMAN> list backup summary;
RMAN-03002: failure of list command at 10/24/2005 10:42:57 RMAN-03014: implicit resync of recovery catalog failed RMAN-03009: failure of partial resync command on default channel at 10/24/2005 10:42:57 RMAN-20070: invalid log history sequence#
Metalink advises that people using standby for backups use a separate recovery catalog from the primary. Obviously, if I use a separate catalog, then RMAN won't be able to see the backups in the FRA in order to write them to tape.
Has anyone successfully backed up their FRA or done something similar using shared storage from an alternate host using RMAN?
Thanks,
Jeremiah Wilton
http://www.ora-600.net
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Oct 24 2005 - 13:33:25 CDT
![]() |
![]() |