3.130 ALL_BLOCKCHAIN_ROW_VERSION_COLS
ALL_BLOCKCHAIN_ROW_VERSION_COLS
displays information about row versioned columns in the blockchain tables accessible to the current user.
Related Views
-
DBA_BLOCKCHAIN_ROW_VERSION_COLS
displays information about row versioned columns in all blockchain tables in the database. -
USER_BLOCKCHAIN_ROW_VERSION_COLS
displays information about row versioned columns in the blockchain tables owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Schema containing the blockchain table |
|
|
|
Name of the blockchain table |
|
|
|
Name of the row version |
|
|
|
Indicates whether row versioning with user chains is enabled for the blockchain table ( |
|
|
|
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.