DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_EXTENTS

Object Details
Object Name: USER_EXTENTS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Extents comprising segments owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
SEGMENT_NAME VARCHAR2 (128)
Name of the segment associated with the extent
PARTITION_NAME VARCHAR2 (128)
Partition/Subpartition Name, if any, of the segment
SEGMENT_TYPE VARCHAR2 (18)
Type of the segment
TABLESPACE_NAME VARCHAR2 (30)
Name of the tablespace containing the extent
EXTENT_ID NUMBER

Extent number in the segment
BYTES NUMBER

Size of the extent in bytes
BLOCKS NUMBER

Size of the extent in ORACLE blocks
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SEGMENT_NAME
,      PARTITION_NAME
,      SEGMENT_TYPE
,      TABLESPACE_NAME
,      EXTENT_ID
,      BYTES
,      BLOCKS
FROM SYS.USER_EXTENTS;

Dependencies

[top of page]

SYS.USER_EXTENTS references the following:

SchemaSYS
ViewSYS_USER_SEGS
TableUET$
SYS.USER_EXTENTS is referenced by following:

SchemaPUBLIC
SynonymUSER_EXTENTS