3.246 ALL_IMMUTABLE_ROW_VERSION_COLS
ALL_IMMUTABLE_ROW_VERSION_COLS
displays information about row versioned columns in the immutable tables accessible to the current user.
Related Views
-
DBA_IMMUTABLE_ROW_VERSION_COLS
displays information about row versioned columns in all immutable tables in the database. -
USER_IMMUTABLE_ROW_VERSION_COLS
displays information about row versioned columns in the immutable tables owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Schema containing the immutable table |
|
|
|
Name of the immutable table |
|
|
|
Name of the row version |
|
|
|
Name of version key column 1 |
|
|
|
Name of version key column 2 Null if only one version key column is specified for the row version |
|
|
|
Name of version key column 3 Null if only one or two version key columns are specified for the row version |
Note:
This view is available starting with Oracle Database 23ai.