Explain the difference between a data block, an extent and a segment. ?
Posted Answers
A data block is the nominal element of logical storage space for a database object. As stuff grows they take chunks of extra storage that are collected of adjacent data blocks. This grouping of adjacent data blocks known as extents. All the extents that an object takes when grouped jointly are consider the part of the database object.
Answer by: Anonymous
