|
-
Segments are the physical representation of the logical database objects. A segment is thus a subunit of a tablespace, and will be contained in a datafile. extents are subunits of a segment, and are defined as contiguous sets of Oracle blocks. Successive extents are not guaranteed to be contiguous, but within each extent the Oracle blocks are contiguous. A block is the unit of data that can be read or written to an Oracle data file, and is managed using PCT_FREE and PCT_USED, among others.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|