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

Thread: dba_blocks?

  1. #1
    Join Date
    Oct 2002
    Posts
    391

    dba_blocks?

    hi, in oracle, we have dba_
    1) tablespace
    2) segment
    3) extent

    but we dont have this dba_block?

    just want to see the relationship and the mapping...

  2. #2
    Join Date
    Feb 2000
    Location
    Singapore
    Posts
    1,758
    What information in particular would you like to see about the blocks?
    The block mapping can be seen in DBA_EXTENTS it shows starting block_id of the extent and size of the extent in blocks. Other block level parameters like PCTFREE and PCTUSED can be seen in object views like DBA_TABLES, DBA_INDEXES.


    Sanjay

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