DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Script to check tables usage level

  1. #1
    Join Date
    Sep 2003
    Location
    China
    Posts
    72

    Script to check tables usage level

    Hi,

    I was wondering how to check a table's current usage in terms of blocks/bytes against the allocated initial extent? I have set the next extent to be 0 to prevent auto-extent which will fragment the table. Tks.

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492
    Have you tried using DBMS_SPACE utility?
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

  3. #3
    Join Date
    Sep 2003
    Location
    China
    Posts
    72
    Originally posted by LKBrwn_DBA
    Have you tried using DBMS_SPACE utility?
    No, ok will check it out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width