3.68 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 hash value for each table row |
See Also: