V$IM_COLUMN_LEVEL
presents the selective column compression levels that are defined using the inmemory_memcompress
clause of the inmemory_column_clause
of the CREATE TABLE
statement. This view returns no rows for a table which has no associated selective column compression levels. For each column of a table that is associated with selective column compression levels, this view presents the associated compression level of the column, if any, or the string DEFAULT
if no compression level has been defined for the column.
Column | Datatype | Description |
---|---|---|
|
|
Instance ID |
|
|
Username of the table owner |
|
|
Table object number |
|
|
Table name |
|
|
Segment column number |
|
|
Column name |
|
|
Column compression level |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
This view is available starting with Oracle Database 12c Release 1 (12.1.0.2).
See Also:
Oracle Database Administrator's Guide for an introduction to the IM column store
Oracle Database SQL Language Reference for more information about the inmemory_column_clause
of the SQL CREATE TABLE
statement