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

Home -> Community -> Mailing Lists -> Oracle-L -> dbms_space_admin.ASSM_TABLESPACE_VERIFY

dbms_space_admin.ASSM_TABLESPACE_VERIFY

From: Dhimant Patel <drp4kri_at_gmail.com>
Date: Wed, 18 Oct 2006 16:29:44 -0400
Message-ID: <f3e51c10610181329r3aff6472vbbbf94dd57368107@mail.gmail.com>


Hi All,

I couldn't figure out exactly how one can use TS_OPTION for the above mentioned procedure.
What are the difference in functionality of each options?

Below is the description from oracle documentation. First option is clear from the description, other two is ambiguous. I also noticed that a "note" was intended for each option from (1),(2) and (3), but there is no such notes present.

Any help appreciated -

 TABLESPACE_VERIFY_BITMAPS: The bitmaps are verified against the extents. This will detect bits that are marked used or free wrongly and will also detect multiple allocation of extents. The file metadata will be validated against file$ and control file. This is the default option (1).

TABLESPACE_VERIFY_DEEP: This option is used to verify the file bitmaps as well perform checks on all the segments (2).

TABLESPACE_VERIFY_SEGMENTS: This option is used to invoke SEGMENT_VERIFY on all the segments in the tablespace. Optionally the user can write a script that queries all the segments in the tablespace and invoke SEGMENT_VERIFY(3).

Thanks,
Dhimant Patel.

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Oct 18 2006 - 15:29:44 CDT

Original text of this message

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