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

Thread: Block allocation within an extent !!

  1. #1
    Join Date
    Jul 2003
    Posts
    323

    Unhappy Block allocation within an extent !!

    DB_BLOCK_SIZE=4096

    ALTER TABLE EMP DEALLOCATE UNUSED;
    ANALYZE TABLE EMP COMPUTE STATISTICS;
    ON SELECTING THE FOLLOWING FROM USER_TABLES FOR EMP GET:

    PCT_FREE : 10
    PCT_USED : 40
    INI_TRANS : 1
    MAX_TRANS : 255
    INITIAL_EXTENT : 65536
    NEXT_EXTENT :
    MIN_EXTENTS : 1
    MAX_EXTENTS : 2147483645
    PCT_INCREASE :
    FREELISTS : 1
    FREELIST_GROUPS : 1
    NUM_ROWS : 18
    BLOCKS : 1
    EMPTY_BLOCKS : 14
    AVG_SPACE : 3217
    CHAIN_CNT : 0
    AVG_ROW_LEN : 39

    QUESTION:

    INITIAL_EXTENT : 65536
    SO TOTAL BLOCKS: 65536/4096 = 16 BUT
    (BLOCKS + : 1
    EMPTY_BLOCKS) : 14
    ---------
    15
    SHOULD'NT THE TOTAL BE 16 BLOCKS OR IS A BLOCK USED FOR OTHER INFO. HEADERS ETC ? ANY EXPLN. TO CLARIFY THIS WILL BE GREAT !!



  2. #2
    Join Date
    Dec 2002
    Location
    Bangalore ( India )
    Posts
    2,434
    Read concepts guide, u will find there.
    funky...

    "I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."

    "Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"

  3. #3
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    Nice question,

    Allow me to defer to asktom

    http://asktom.oracle.com/pls/ask/f?p...:163812348068,

    regards

    steve
    I'm stmontgo and I approve of this message

  4. #4
    Join Date
    Jul 2003
    Posts
    323
    Thanks - should have looked there in the first place - thought of adding it here as this board seems to have DBA's with degrees of normalization from 1 -> Infinity performing mental exercises !!

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