Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: rman disk channel destination
Thanks Deepak, Steve, Dennis, Jack... I was hoping I could set a default destination for the target database I guess. Looks like that's not the case.
I can live with this, though.
Gracias
Lisa
-----Original Message-----
From: Deepak Thapliyal [SMTP:deepakthapliyal_at_yahoo.com] Sent: Thursday, November 29, 2001 5:54 PM To: Multiple recipients of list ORACLE-LSubject: Re: rman disk channel destination
try this ..
RUN
{
ALLOCATE CHANNEL disk1 DEVICE TYPE DISK FORMAT
'/disk1/%d_backups/%U';
ALLOCATE CHANNEL disk2 DEVICE TYPE DISK FORMAT
'/disk2/%d_backups/%U';
ALLOCATE CHANNEL disk3 DEVICE TYPE DISK FORMAT
'/disk3/%d_backups/%U';
BACKUP DATABASE;
}
Deepak
PS: straight from the manual (based on search criteria entered on google .. hehehe)
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deepak Thapliyal INET: deepakthapliyal_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Nov 30 2001 - 08:35:51 CST
![]() |
![]() |