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 h9VN0qJ01112
 for <oracle-l@orafaq.net>; Fri, 31 Oct 2003 17:00:52 -0600
X-ClientAddr: 66.27.56.213
Received: from www2.fatcity.com (rrcs-west-66-27-56-213.biz.rr.com [66.27.56.213])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h9VN0pc01107
 for <oracle-l@orafaq.net>; Fri, 31 Oct 2003 17:00:51 -0600
Received: (from root@localhost)
 by www2.fatcity.com (8.11.6/8.11.6) id h9VJi7n23481
 for oracle-l@orafaq.net; Fri, 31 Oct 2003 11:44:07 -0800
Received: by fatcity.com (05-Jun-2003/v1.0g-b73/bab) via fatcity.com id 005D5375; Fri, 31 Oct 2003 11:39:26 -0800
Message-ID: <F001.005D5375.20031031113926@fatcity.com>
Date: Fri, 31 Oct 2003 11:39:26 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Paul Drake <discgolfdba@yahoo.com>
Sender: ml-errors@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Paul Drake <discgolfdba@yahoo.com>
Subject: Re: Redo log corruption
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: multipart/alternative; boundary="0-254253406-1067628940=:59162"
--0-254253406-1067628940=:59162
Content-Type: text/plain; charset=us-ascii

Shibu,
 
> How can i check the "health" of archive logs ??
 
apply them to a standby database. daily. grep the alert logs for errors.
 
If you have 2 servers with adequate storage space, have standby databases for each database on the other server. use one set of scripts, all using environment variables, so that you can handle an arbitrary number of standby databases on either host.
 
Unfortunately, I can't cut loose my scripts at this point, due to intellectual property issues with my employer.
 
Pd

"Daniel W. FInk" <Daniel.Fink@Sun.COM> wrote:
Shibu,

What version of Oracle? There is a 7.x bug where mismatches in asynch i/o read/write corrupted the logs. I don't recall if I encountered it in 8i as well, but there is something in the back of my mind saying it may still exist in later releases.

Daniel Fink

Shibu MB wrote:

> Hi all ,
>
> While applying archive logs to my standby database i got theerror
>
> ORA-00353: log corruption near block 207725 change 111482169731153 time
> 10/25/2003 12:14:01
>
> Can anybody tell me how archive logs can get corrupted ?? How can i avoid
> oracle from generating corrupted archive logs ??How can i check the "health"
> of archive logs ??
>
>
> Please help !.
>
> TIA
>
> Shibu
> Alphawest Disclaimer
>
> ---------------------------------------------------------------------------
> If this communication is not intended for you and you are not an authorised
> recipient of this email you are prohibited by law from dealing with or
> relying on the email or any file attachments. This prohibition includes
> reading, printing, copying, re-transmitting, disseminating, storing or in
> any other way dealing or acting in reliance on the information.
> If you have received this email in error, we request you contact Alphawest
>
> immediately by returning the email to postmaster@alphawest.com.au and
> destroy the original. This email is confidential and may contain privileged
> client information. Alphawest has taken reasonable steps to ensure the
> accuracy and integrity of all its communications, including electronic
> communications, but accepts no liability for materials transmitted.
> ---------------------------------------------------------------------------
>
> DISCLAIMER:
> This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
>
> ------------------------------------------------------------------------
> Name: winmail.dat
> winmail.dat Type: application/ms-tnef
> Encoding: 7bit

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Daniel W. FInk
INET: Daniel.Fink@Sun.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).

---------------------------------
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
--0-254253406-1067628940=:59162
Content-Type: text/html; charset=us-ascii

<DIV>Shibu,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&gt; How can i check the "health" of archive logs ??</DIV>
<DIV>&nbsp;</DIV>
<DIV>apply them to a standby database. daily. grep the alert logs for errors.</DIV>
<DIV>&nbsp;</DIV>
<DIV>If you have 2 servers with adequate storage space, have standby databases for each database on the other server. use one set of scripts, all using environment variables, so that you can handle an arbitrary number of standby databases on either host.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Unfortunately, I can't cut loose my scripts at this point, due to intellectual property issues with my employer.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Pd<BR><BR><B><I>"Daniel W. FInk" &lt;Daniel.Fink@Sun.COM&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Shibu,<BR><BR>What version of Oracle? There is a 7.x bug where mismatches in asynch i/o read/write corrupted the logs. I don't recall if I encountered it in 8i as well, but there is something in the back of my mind saying it may still exist in later releases.<BR><BR>Daniel Fink<BR><BR>Shibu MB wrote:<BR><BR>&gt; Hi all ,<BR>&gt;<BR>&gt; While applying archive logs to my standby database i got theerror<BR>&gt;<BR>&gt; ORA-00353: log corruption near block 207725 change 111482169731153 time<BR>&gt; 10/25/2003 12:14:01<BR>&gt;<BR>&gt; Can anybody tell me how archive logs can get corrupted ?? How can i avoid<BR>&gt; oracle from generating corrupted archive logs ??How can i check the "health"<BR>&gt; of archive logs ??<BR>&gt;<BR>&gt;<BR>&gt; Please help !.<BR>&gt;<BR>&gt; TIA<BR>&gt;<BR>&gt; Shibu<BR>&gt; Alphawest Disclaimer<BR>&gt;<BR>&gt;
 ---------------------------------------------------------------------------<BR>&gt; If this communication is not intended for you and you are not an authorised<BR>&gt; recipient of this email you are prohibited by law from dealing with or<BR>&gt; relying on the email or any file attachments. This prohibition includes<BR>&gt; reading, printing, copying, re-transmitting, disseminating, storing or in<BR>&gt; any other way dealing or acting in reliance on the information.<BR>&gt; If you have received this email in error, we request you contact Alphawest<BR>&gt;<BR>&gt; immediately by returning the email to postmaster@alphawest.com.au and<BR>&gt; destroy the original. This email is confidential and may contain privileged<BR>&gt; client information. Alphawest has taken reasonable steps to ensure the<BR>&gt; accuracy and integrity of all its communications, including electronic<BR>&gt; communications, but accepts no liability for materials transmitted.<BR>&gt;
 ---------------------------------------------------------------------------<BR>&gt;<BR>&gt; DISCLAIMER:<BR>&gt; This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.<BR>&gt;<BR>&gt; ------------------------------------------------------------------------<BR>&gt; Name: winmail.dat<BR>&gt; winmail.dat Type: application/ms-tnef<BR>&gt; Encoding:
 7bit<BR><BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.net<BR>-- <BR>Author: Daniel W. FInk<BR>INET: Daniel.Fink@Sun.COM<BR><BR>Fat City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).</BLOCKQUOTE><p><hr SIZE=1>
Do you Yahoo!?<br>
Exclusive Video Premiere - <a href="http://launch.yahoo.com/video/?1093432&fs=1&redirectURL=http://launch.yahoo.com/promos/britneyspears/">Britney Spears</a>
--0-254253406-1067628940=:59162--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Paul Drake
  INET: discgolfdba@yahoo.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).

