Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database Verification

RE: Database Verification

From: Smith, Ron L. <rlsmith_at_kmg.com>
Date: Fri, 17 Jan 2003 07:44:18 -0800
Message-ID: <F001.00532EEA.20030117074418@fatcity.com>


We had a corrupt index block which caused an ORA-600 which was not noticed and eventually brought down the database. We do lots of checks now. (d) All of the above.

R. Smith

-----Original Message-----
Sent: Friday, January 17, 2003 8:19 AM
To: Multiple recipients of list ORACLE-L

(d) All of the above

i) Export to /dev/null will go through all the fields of all the tables, all the rows, but will not scan indexes
ii) Dbverify will scan for block corruptions but not logical corruptions. iii) Analyze will check for table-index logical corruption.

Practically, you could just do an export to /dev/null and make sure the table data is correct. Index can be rebuilt, so it's not as important.

HTH. Arup

> I am considering the appropriate way to do database corruption
> prevention.
>
> Should I use one or more of the following as a proactive measure ?
> a) Export
> b) DBVerify
> c) Analyze table <table_name> validate structure cascade
>
> Any advice ?
>
> Thanks,
>
> PH
>
>
> ___________________________________________________________________
> i-Urban Free 60MB Email Box, register NOW http://www.i-urban.com.hk
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Pui Ho Chan
> INET: puiho.chan_at_i-urban.com.hk
>
> 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_at_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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Arup Nanda
  INET: arupnanda_at_hotmail.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_at_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).
If you are not the intended recipient of this e-mail message, any use,
distribution or copying of the message is prohibited.  Please let me know
immediately by return e-mail if you have received this message by mistake,
then delete the e-mail message. Thank you.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Smith, Ron L.
  INET: rlsmith_at_kmg.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_at_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).
Received on Fri Jan 17 2003 - 09:44:18 CST

Original text of this message

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