8.1 V$IM_COLUMN_LEVEL
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.
Column | Datatype | Description |
---|---|---|
|
|
Instance ID |
|
|
Username of the table owner |
|
|
Table object number |
|
|
Table name |
|
|
Segment column number |
|
|
Column name |
|
|
Column compression level. Possible values:
If the |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
The SYS_IME hidden virtual columns automatically added by the In-Memory Expression (IME) infrastructure will not be shown in this view.
See Also:
-
Oracle Database In-Memory Guide for an introduction to the IM column store
-
Oracle Database SQL Language Reference for more information about the
inmemory_column_clause
of the SQLCREATE TABLE
statement