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 -> ORA-00271: there are no logs that need archiving

ORA-00271: there are no logs that need archiving

From: Edwinah63 <edwinah_at_customercare.com.au>
Date: 5 Jul 2005 17:51:19 -0700
Message-ID: <1120611079.759159.241310@o13g2000cwo.googlegroups.com>


edit from backup script:

alter system switch logfile;
alter system archive log all;
alter system archive log current;
host copy Q:\myDB\archive\*.* Q:\Backups\myDB\*.* exit;
alter system archive log all
*
ERROR at line 1:
ORA-00271: there are no logs that need archiving

when i look in the alert logs i find messages like this:

ARCH: Unable to archive log 1 thread 1 sequence 7243

      Log actively being archived by another process

my question is: is there any code where i can check that the archiving process has completed before i proceed to the next step in the script?

code or link to code appreciated!

Edwinah63 Received on Tue Jul 05 2005 - 19:51:19 CDT

Original text of this message

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