Database Administration (MOSC)

MOSC Banner

Is there a way to get fragmentation for specific table/index in 9iR2 other than that provided in met

edited Apr 9, 2010 9:37AM in Database Administration (MOSC) 4 commentsAnswered
**Oracle is currently working on an SR on this topic, while we are diagnosing the problem we are opening up this question to our user community so they can add perspective to the solution based on their real world experience**

I think we could use the DBA_TABLES.EMPTY_BLOCKS column as it displays the right number of unused blocks for Freelist segments and For BMB (Bit Mapped Block) segments, use the DBMS_SPACE.UNUSED_SPACE procedure to get the right number of unused blocks returned by the parameter UNUSED_BLOCKS.

The dbms_space.space_usage can be used to know the unformatted blocks.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center