+2 votes
in PL/SQL by

Explain The Difference Between A Data Block, An Extent And A Segment ?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Mar 11, 2021 in PL/SQL by Robindeniel
+1 vote
asked Aug 26, 2020 in Cyber Security by sharadyadav1986
...