3.135 ALL_BLOCKCHAIN_TABLES
ALL_BLOCKCHAIN_TABLES
describes the blockchain tables accessible to the current user.
Related Views
-
DBA_BLOCKCHAIN_TABLES
describes all blockchain tables in the database. -
USER_BLOCKCHAIN_TABLES
describes the blockchain tables owned by the current user. This view does not display theSCHEMA_NAME
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
The schema containing the blockchain table |
|
|
|
Name of the blockchain table |
|
|
|
Row retention period for the blockchain table, that is, the minimum number of days a row must be retained and cannot be deleted after it is inserted into the table If the value of this column is NULL, then rows can never be deleted from the table. |
|
|
|
Indicates whether the row retention period for the blockchain table is locked. Possible values:
|
|
|
|
Number of days for which the blockchain table must be inactive before it can be dropped, that is, the number of days that must pass after the most recent row insertion before the table can be dropped A table with no rows can be dropped at any time, regardless of this column value. |
|
|
|
Algorithm used for computing the cryptographic hash for each table row |
|
|
Blockchain table version. Possible values:
|
|
|
|
Current epoch number for the blockchain table |
|
|
|
Number of system chains in each database instance that can link rows with a cryptographic hash |
|
|
|
Youngest threshold used to delete rows in the blockchain table |
See Also: