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 -> Re: Hot backups : Catching the last Archived redo log at the end of the backup cycle.

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

From: ali beidoun <a.beidoun_at_donau.de>
Date: 1998/04/07
Message-ID: <352A8777.B02A006E@donau.de>#1/1

alter system switch logfile;
(or alter database ... I'm not sure of that!) After that you should wait until the file is archived (see view v$log)

HTH

--
bye ali

Rob Forster wrote:


> 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