ALL_LOBS
displays the large objects (LOBs) contained in tables accessible to the current user. LOBs include binary large objects (BLOBs) and character large objects (CLOBs). Binary files (BFILEs) are stored outside the database, so they are not displayed by this view or the related views.
Related Views
DBA_LOBS
describes all LOBs in the database.
USER_LOBS
describes the LOBs owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Owner of the object containing the LOB |
|
|
|
Name of the object containing the LOB |
|
|
|
Name of the LOB column or attribute |
|
|
|
Name of the LOB segment |
|
|
|
Name of the tablespace containing the LOB segment |
|
|
|
Name of the LOB index |
|
|
|
Size (in bytes) of the LOB chunk as a unit of allocation or manipulation |
|
|
|
Maximum percentage of the LOB space used for versioning |
|
|
|
Maximum time duration for versioning of the LOB space |
|
|
|
Number of freepools for this LOB segment |
|
|
|
Indicates whether and how the LOB data is to be cached in the buffer cache:
|
|
|
|
Indicates whether or not changes to the LOB are logged:
|
|
|
|
Indicates whether or not the LOB is encrypted. Possible values for SecureFiles:
Possible value for BasicFiles:
|
|
|
|
Level of compression used for this LOB. Possible values for SecureFiles:
Possible value for BasicFiles:
|
|
|
|
Kind of deduplication used for this LOB. Possible values for SecureFiles:
Possible value for BasicFiles:
|
|
|
|
Indicates whether some LOBs are stored inline with the base row ( |
|
|
|
Indicates whether the LOB storage format depends on the endianness of the platform:
|
|
|
|
Indicates whether the LOB column is in a partitioned table ( |
|
|
|
Indicates whether the LOB is SecureFiles ( |
|
|
|
Indicates whether the LOB segment has been created ( |
|
|
|
Type of retention used for this LOB. Possible values for SecureFiles:
Possible values for BasicFiles:
|
|
|
|
Minimum retention time (in seconds). This column is only meaningful for SecureFiles with |