Difference between data block,extent and segment?

Posted by silpa on Sep 17 2007

data block is the smallest unit of storage for a db object.
when objects grow they take additional storage of adjacent data blocks.These grouping of adjacent data blocks is called extent.
All the extents that an object takes when grouped together is called segment

Leave a Comment