3.134 ALL_BLOCKCHAIN_TABLE_HASH_COL_ORDER
ALL_BLOCKCHAIN_TABLE_HASH_COL_ORDER
displays information about columns used to compute the cryptographic hash in the blockchain tables accessible to the current user.
Related Views
-
DBA_BLOCKCHAIN_TABLE_HASH_COL_ORDER
displays information about columns used to compute the cryptographic hash in all blockchain tables in the database. -
USER_BLOCKCHAIN_TABLE_HASH_COL_ORDER
displays information about columns used to compute the cryptographic hash in the blockchain tables owned by the current user. This view does not display theSCHEMA_NAME
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the schema containing the blockchain table |
|
|
|
Blockchain table name |
|
|
|
Epoch number |
|
|
|
Name of the user column or hidden column |
|
|
|
Order in which the column is hashed |
|
|
|
Internal column ID |
|
|
|
Data type of the user column or hidden column |
Note:
This view is available starting with Oracle Database 23ai.