Hi Joe,

I'm currently looking at RMAN as a backup and recovery tool to automate 
backups to disk. I would appreciate it very much if you could describe what 
each line of your script does.
I'd have to do Hot Backups though.
Would this script have to change?

Thanks in advance,

Denmark Weatherburne
"Knowledge is power, but it is only useful if it is shared"


>From: "JOE TESTA" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
>Subject: Re: RMAN cold backup?
>Date: Tue, 14 Aug 2001 14:51:42 -0800
>
>cold backup in the respect that the db has to be mounted but not open.
>
>here is an example(since we're in noarchivelogmode, its our only choice).  
>this is an incremental level 0, which is all.
>
>hth, joe
>
>run {
>allocate channel ch1 type disk;
>set limit channel ch1 kbytes = 1900000;
>backup incremental level 0
>tag = 'dssmnt02_inc_0'
>format '/ora_export/export/tmp/dssmnt02_inc_0_%U'
>database;
>}
>
>
>
> >>> [EMAIL PROTECTED] 08/14/01 05:53PM >>>
>
>I'm frantically R'ing TFM, but I can't find the answer to a simple 
>question:  Can I use RMAN to perform a cold backup?  If so, how?  TIA!
>
>Paul Baumgartel
>MortgageSight Holdings, LLC
>[EMAIL PROTECTED]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Denmark Weatherburne
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to