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

Home -> Community -> Mailing Lists -> Oracle-L -> RMAN Script

RMAN Script

From: Ramón Estevez <REstevez_at_blh.com.do>
Date: Mon, 24 Nov 2003 17:54:25 -0800
Message-ID: <F001.005D7A65.20031124175425@fatcity.com>


Hi list,

Need a little help with this, have seen in metalink both ways with and without the equal (=) sign. What is wrong with this script, am getting an error in SETSIZE; I removed and the same error.

run
 {
   allocate channel c1 type disk

       format '/u08/backups/rman/BD_%d_%U';

   allocate channel c2 type disk

       format '/u08/backups/rman/ARCH_%d_%U';

   set limit channel c1 kbytes=2000000;
   set limit channel c2 kbytes=2000000;

   setsize=2000;
   filesperset=2;

   backup database include current controlfile

      tag 'Backup Full';
   release channel c1;
   backup archivelog all

      tag 'Backup Archives';
   release channel c2;
}

TIA, Ramon E. Estevez
restevez_at_blh.com.do
809-535-8994


Content-Type: text/plain; name="ReadMe.txt"; charset="us-ascii" Content-Transfer-Encoding: 7bit

The previous attachment was filtered out by the ListGuru mailing software at fatcity.com because binary attachments are not appropriate for mailing lists. If you want a copy of the attachment which was removed, contact the sender directly and ask for it to be sent to you by private E-mail.

This warning is inserted into all messages containing binary attachments which have been removed by ListGuru. If you have questions about this message, contact Postmaster_at_fatcity.com for clarification.

------_=_NextPart_001_01C3B2F6.1BDC4BCE--

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: =?iso-8859-1?Q?Ram=F3n_Estevez?=
  INET: REstevez_at_blh.com.do

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mon Nov 24 2003 - 19:54:25 CST

Original text of this message

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