DEVFYI - Developer Resource - FYI

Explain the difference between a data block, an extent and a segment.

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

732. Explain the difference between a data block, an extent and a segment.

A data block is the smallest unit of logical storage for a database object. As objects grow they take chunks of additional storage that are composed of contiguous data blocks. These groupings of contiguous data blocks are called extents. All the extents that an object takes when grouped together are considered the segment of the database object.

(Continued on next question...)

Other Interview Questions