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 disk channel destination

RE: rman disk channel destination

From: Koivu, Lisa <lisa.koivu_at_efairfield.com>
Date: Fri, 30 Nov 2001 06:35:51 -0800
Message-ID: <F001.003D1CBC.20011130060035@fatcity.com>

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-L
Subject:        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)


Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
-- 
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

Original text of this message

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