DBA_TABLESPACES
describes all tablespaces in the database.
Related View
USER_TABLESPACES
describes the tablespaces accessible to the current user. This view does not display the PLUGGED_IN
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the tablespace |
|
|
|
Tablespace block size (in bytes) |
|
|
Default initial extent size (in bytes) |
|
|
|
Default incremental extent size (in bytes) |
|
|
|
|
Default minimum number of extents |
|
|
Default maximum number of extents |
|
|
|
Default maximum size of segments (in Oracle blocks) |
|
|
|
Default percent increase for extent size |
|
|
|
Minimum extent size for this tablespace (in bytes) |
|
|
|
Tablespace status:
|
|
|
|
Tablespace contents:
|
|
|
|
Default logging attribute:
|
|
|
|
Indicates whether the tablespace is under force logging mode ( |
|
|
|
Indicates whether the extents in the tablespace are dictionary managed ( |
|
|
|
Type of extent allocation in effect for the tablespace:
|
|
|
|
Indicates whether the tablespace is plugged in ( |
|
|
|
Indicates whether the free and used segment space in the tablespace is managed using free lists ( |
|
|
|
Indicates whether default table compression is enabled ( Note: Enabling default table compression indicates that all tables in the tablespace will be created with table compression enabled unless otherwise specified. |
|
|
|
Undo tablespace retention:
|
|
|
|
Indicates whether the tablespace is a bigfile tablespace ( |
|
|
|
Indicates whether predicates are evaluated by host ( |
|
|
|
Indicates whether the tablespace is encrypted ( |
|
|
|
Default compression for what kind of operations: |
|
|
|
Indicates whether the In-Memory Column Store (IM column store) is by default enabled ( |
|
|
|
Indicates the default priority for In-Memory Column Store (IM column store) population for this tablespace. Possible values:
|
|
|
|
Indicates how the IM column store is distributed by default for this tablespace in an Oracle Real Application Clusters (Oracle RACE) environment:
|
|
|
|
Indicates the default compression level for the IM column store for this tablespace:
|
|
|
|
Indicates the duplicate setting for the IM column store in an Oracle RAC environment:
|
See Also:
Hybrid Columnar Compression is a feature of the Enterprise Edition of Oracle Database that is dependent on the underlying storage system. See Oracle Database Concepts for more information.
This column is available starting with Oracle Database 12c Release 1 (12.1.0.2).