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: Change block tracking and corruption detection in 10g

RE: Change block tracking and corruption detection in 10g

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Tue, 14 Nov 2006 13:00:46 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45059E23C9@NT15.oneneck.corp>


Yes, but then you're running a full scan on your database, which defeats the purpose of using the block change tracking file.    


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Jared Still  

This can be used to check for corruptions

run {

    allocate channel d1 type disk;
    allocate channel d2 type disk;
    backup check logical validate database;     release channel d1;
    release channel d2;
}

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Nov 14 2006 - 14:00:46 CST

Original text of this message

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