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: joseph Li <lijoecyn_at_netspace.net.au>
Date: 11 Apr 1998 12:32:31 GMT
Message-ID: <6gnnsv$r82$1@otis.netspace.net.au>


I usually do not copy the archived redo logs as part of the Hot backup, I just leave say a week's worth of archived redo logs on disks, so that when I do need to restore I only have to restore the database files from tape. Having said that, the archived redo logs on disks can also be backed up to tape as part of Operating System backup. This is assuming you have enough disk space to store a couple of days worth of archived redo logs.

Regards

In article <01bd623d$e8c602e0$6e6bcd8e_at_forrer>, "Rob Forster" <robertf_at_inforamp.net> says:
>
>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 Sat Apr 11 1998 - 07:32:31 CDT

Original text of this message

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