Case 1 is NOARCHIVELOG. We have advanced replication so donot put databases
in ARCHIVELOG.
Case 2 is for different databases which are 24 x 7. Its in ARCHIVELOG mode

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 4:40 PM


If you are running in the NOARCHIVELOG mode, how do you have entries in the
ACRH_LOG_DEST? What will you gain by issuing the command to "archive all"
when you are not archiving?
Am I missing something in the backup schema of things?
ROR mª¿ªm

>>> [EMAIL PROTECTED] 04/11/01 04:05PM >>>
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: [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).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ron Rogers
  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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rahul Dandekar
  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