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 doubts

Re: RMAN doubts

From: Rahul Dandekar <orcldba_at_hotmail.com>
Date: Thu, 12 Apr 2001 14:22:59 -0700
Message-ID: <F001.002E8B22.20010412134604@fatcity.com>

Is there any difference between these two? I saw the first one in one of the scripts and was wondering about

until time 'sysdate-0'

1.

   run {

       allocate channel ch1 type 'SBT_TAPE';
       backup
           archivelog
           until time 'sysdate-0' all;

    }

2.

   run {

       allocate channel ch1 type 'SBT_TAPE';
       backup
           archivelog all;

    }

I am not sure. Just want to make sure.

-Rahul
--

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

Author: Rahul Dandekar
  INET: orcldba_at_hotmail.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 Apr 12 2001 - 16:22:59 CDT

Original text of this message

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