Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN backup and ways to backup the backup

Re: RMAN backup and ways to backup the backup

From: Uwe Weber <uwe.weber_at_teleos-web.de>
Date: Thu, 8 Mar 2007 12:45:24 +0100
Message-Id: <200703081245.24755.uwe.weber@teleos-web.de>


Hi Peter,

> I have RMAN backing up our project databases with RMAN and the
> flashback recovery area. We want to backup our flash back recovery
> area backupsets to a remote disk location for pickup on a standard
> file system backup.

Try someting like this:

RMAN> run

2> {
3> allocate channel c1 device type disk format '/home/oracle/%U';
4> backup backupset all;
5> }

I guess that you will add a time spec or the primary keys for the backupsets you want to back up.

Regards,
uwe

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 08 2007 - 05:45:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US