Definitions for "Segment" Add To Word List
Login or Register  | Word Lists | Search History

Third level of logical database storage. A segment is a set of extents, each of which has been allocated for a specific data structure, and all of which are stored in the same tablespace. See Also: extent, data block
Helpful?           0
a collection of extents that have been allocated for a specific object
Helpful?           0
a convenient block of logical memory which is assigned to a process when it is executed
Helpful?           0
a logical data object that stores the data of a table, index, or series of rollback entries
Helpful?           0
a set of extents allocated for a certain logical database object
Helpful?           0
a set of extents allocated for a certain logical structure
Helpful?           0
a set of extents that contain all the data for a specific logical storage structure within a tablespace
Helpful?           0
a set of extents that have been allocated for a specific type of data structure, and that all are stored in the same tablespace
Helpful?           0
a unit of logical database storage
Helpful?           0
The set of extents that have been allocated to a specific object. Segment types consist of data, index, cluster, hash, and rollback.
Helpful?           0
A set of extents allocated for a specific type of database object such as a table, index, or cluster.
Helpful?           0
A segment is a set of database blocks allocated for storage of database data. Although there are several types of segments, all have a similar structure and are made up of extents. Most segments begin with a specified number of extents and grow dynamically by adding extents when required.
Helpful?           0
Any database object that has space allocated to it is called a SEGMENT segment consists of one or more EXTENTS allocated within a tablespace. See catalog views: USER_SEGMENTS and DBA_SEGMENTS. Note there is no ALL_SEGMENTS view.
Helpful?           0