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 doubts

RMAN doubts

From: Rahul Dandekar <orcldba_at_hotmail.com>
Date: Wed, 11 Apr 2001 12:32:22 -0700
Message-ID: <F001.002E7505.20010411120545@fatcity.com>

  1. The database is running in NOARCHEVELOG mode : Oracle manual says that 'you can skip tablespaces, but skipped tablespace that has not been offline or read-only since its last backup will be lost if the database has to be restored from a backup.'

   Can we skip backing up of TEMP tablespace?    In case recovery is required then instead of recovering 10GB,    we could create it by SQL statements.

2. Will following command backup all the archved redo logs to tape and delete

   them from the LOG_ARCHIVE_DEST?

   run {

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

    }

Still more to come...

TIA,
-Rahul

P.S. I have passed OCP 8 Backup and Recovery exam with score of 58/60. That's

     why probably I am having so many doubts. Was better ithout OCP ;-(

--

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 Wed Apr 11 2001 - 14:32:22 CDT

Original text of this message

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