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: DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Date: Thu, 29 Nov 2001 14:45:34 -0800
Message-ID: <F001.003D13BE.20011129142138@fatcity.com>

Lisa - I am new to RMAN (just had the Oracle class), so bear with me, and I'll take a shot. I don't quite understand your question. In the class workbook, the following example appears:

RMAN> create script level0backup {
   2> allocate channel d1 type disk;
   3> backup incremental level 0
   4> format '/u01/db01/backup/df%s_%
   5> filesperset 5
   6> (database include current controlfile);
   7> release channel d1; }

If I understand your question, the answer is that the directory is specified in a separate statement from the allocate channel statement. I hope this helps or maybe will clarify your question so someone more experienced in RMAN can answer your question.
Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com        

-----Original Message-----
Sent: Thursday, November 29, 2001 3:30 PM To: Multiple recipients of list ORACLE-L

This info isn't forthcoming on metalink or in the doco as far as I can tell. Can anyone tell me how to change the directory associated with the rman command 'allocate channel disk'? Or at least figure out where it is, rather than hunt and peck?
Is it fixed? Boy that would really bite. Thanks
Lisa Koivu
Oracle Database Monkey Mama
Fairfield Resorts, Inc.
954-935-4117
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: DENNIS WILLIAMS
  INET: DWILLIAMS_at_LIFETOUCH.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 Thu Nov 29 2001 - 16:45:34 CST

Original text of this message

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