Return-Path: <ml-errors@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h78JOeU15811
 for <oracle-l@orafaq.net>; Fri, 8 Aug 2003 14:24:40 -0500
X-ClientAddr: 66.27.56.210
Received: from ns3.fatcity.com (rrcs-west-66-27-56-210.biz.rr.com [66.27.56.210])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h78JOdp15804
 for <oracle-l@orafaq.net>; Fri, 8 Aug 2003 14:24:39 -0500
Received: from ns3.fatcity.com (localhost.localdomain [127.0.0.1])
 by ns3.fatcity.com (8.12.5/8.12.5) with ESMTP id h78H0Ojo022951
 for <oracle-l@orafaq.net>; Fri, 8 Aug 2003 10:01:04 -0700
Received: (from root@localhost)
 by ns3.fatcity.com (8.12.5/8.12.5/Submit) id h78GZTI4011159
 for oracle-l@orafaq.net; Fri, 8 Aug 2003 09:35:29 -0700
Received: by fatcity.com (05-Jun-2003/v1.0g-b73/bab) via fatcity.com id 005C9A96; Fri, 08 Aug 2003 09:29:24 -0800
Message-ID: <F001.005C9A96.20030808092924@fatcity.com>
Date: Fri, 08 Aug 2003 09:29:24 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Rajesh.Rao@jpmchase.com
Sender: ml-errors@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Rajesh.Rao@jpmchase.com
Subject: Re: Corrupt Inactive RedoLog Goup.
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 73; ListGuru (c) 1996-2003 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit


Sorry, I skipped mentioning that, but we did try it, for the members.
Got an ORA-01514: error in log specification. No such log.
ORA-01517: log member: 'F:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'

When we used the group number, we got an:
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
 ORA-00261: log 3 of thread 1 is being archived or modified                 
 ORA-00312: online log 3 thread 1: 'F:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'    
 ORA-00312: online log 3 thread 1: 'G:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'    
                                                                            
                                                                            



Regards
Raj



                                                                                                                    
                    "Tanel Poder"                                                                                   
                    <tanel.poder.00       To:     Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>       
                    3@mail.ee>            cc:                                                                       
                    Sent by:              Subject:     Re: Corrupt Inactive RedoLog Goup.                           
                    ml-errors@fatci                                                                                 
                    ty.com                                                                                          
                                                                                                                    
                                                                                                                    
                    08/08/2003                                                                                      
                    01:04 PM                                                                                        
                    Please respond                                                                                  
                    to ORACLE-L                                                                                     
                                                                                                                    
                                                                                                                    




Hi!

I think the command was alter database clear unarchived logfile 'xxx';

IIRC,
Tanel.

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L@fatcity.com>
Sent: Friday, August 08, 2003 7:54 PM


> Members,
>
> Production 8.1.6.3 database on Windows NT 4.0.
>
> We noticed an entry in the alert log, citing that a log group could not
be
> archived since the 25th of July.. We have 3 log groups with 2 members
each.
> I notice that the 3rd redolog group has a status of Inactive with
> Archived=No. This group has a sequence# of 745, while the other two have
> advanced to 1073 and 1074 now.  We have had too many log switches since
> then, and Oracle has chosen to ignore using this corrupt redo log group.
> The database gets bounced daily, and opens without a problem, since this
> group is not needed for instance recovery. I tried manual archiving.
>
> SQLWKS> alter system archive log group 3;
> ORA-16038: log 3 sequence# 745 cannot be archived
> ORA-00354: corrupt redo log block header
> ORA-00312: online log 3 thread 1: 'F:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'
> ORA-00312: online log 3 thread 1: 'G:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'
> SQLWKS> alter system archive log logfile 'F:
> \ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'
>      2> ;
> ORA-16038: log 3 sequence# 745 cannot be archived
> ORA-00354: corrupt redo log block header
> ORA-00312: online log 3 thread 1: 'F:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'
> ORA-00312: online log 3 thread 1: 'G:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'
> SQLWKS> alter system archive log logfile 'G:
> \ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'
>      2>
>      3> ;
> ORA-16038: log 3 sequence# 745 cannot be archived
> ORA-00354: corrupt redo log block header
> ORA-00312: online log 3 thread 1: 'F:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'
> ORA-00312: online log 3 thread 1: 'G:\ORACLE\ORADATA\TCP1\LOG3TCP1.ORA'
>
> Similarly, it does not allow me to drop this member, saying it has not
been
> archived. Can I fake a recovery using cancel. and then open resetlogs? Or
> if I put the database in noarchivelog mode, will Oracle let me drop this
> corrupt redolog group?
>
> Thanks
> Raj


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: Rajesh.Rao@jpmchase.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (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).

