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

Home -> Community -> Usenet -> c.d.o.server -> Hot backups : Catching the last Archived redo log at the end of the backup cycle.

Hot backups : Catching the last Archived redo log at the end of the backup cycle.

From: Rob Forster <robertf_at_inforamp.net>
Date: 1998/04/07
Message-ID: <01bd623d$e8c602e0$6e6bcd8e@forrer>#1/1

After one completes backing up their last tablespace, how can we be sure that when copying the last redo log we do not catch ARCH when its in the middle of archiving the last redo log?

alter tablespace begin backup;
! cp etc.

alter tablespace end backup;
alter system switch logfile; -- arch starts archiving the latest redo log that was forced by this command
! cp ...

-- are we going to be copying an incomplete archived redo log here?

TIA,
Rob. Received on Tue Apr 07 1998 - 00:00:00 CDT

Original text of this message

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