3.133 ALL_BLOCKCHAIN_TABLE_EPOCHS
ALL_BLOCKCHAIN_TABLE_EPOCHS
displays epoch information for the blockchain tables accessible to the current user.
Related Views
-
DBA_BLOCKCHAIN_TABLE_EPOCHS
displays epoch information for all blockchain tables in the database. -
USER_BLOCKCHAIN_TABLE_EPOCHS
displays epoch information for 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 |
|
|
|
Epoch name describes the reason for the epoch and is one of the following values:
|
|
|
|
Global unique identifier of the pluggable database where the blockchain table epoch was created |
|
|
|
Algorithm used for computing the cryptographic hash on each row produced in the epoch The value of this column is always |
|
|
|
Hash data format version for the epoch |
|
|
Time at which the epoch was created |
Note:
This view is available starting with Oracle Database 23ai.
See Also: