3.131 ALL_BLOCKCHAIN_ROW_VERSION_HISTORY
ALL_BLOCKCHAIN_ROW_VERSION_HISTORY
provides a history of row versions in the blockchain tables accessible to the current user.
This view is populated for a blockchain table with a row version only when rows are purged from that blockchain table. For each different value of the PDB_GUID
and KEYCOLn_VALUE
columns, information about only the youngest purged row is kept in the view.
Related Views
-
DBA_BLOCKCHAIN_ROW_VERSION_HISTORY
provides a history of row versions in all blockchain tables in the database. -
USER_BLOCKCHAIN_ROW_VERSION_HISTORY
provides a history of row versions in the blockchain tables owned by the current user. This view does not display theSCHEMA_NAME
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Schema containing the blockchain table |
|
|
|
Name of the blockchain table |
|
|
|
Name of the row version |
|
|
Global unique identifier of the pluggable database that inserted the row before any GoldenGate processes might have replicated the row to another database |
|
|
|
|
Value associated with version key column 1 |
|
|
|
Value associated with version key column 2 Null if only one version key column is specified for the row version |
|
|
|
Value associated with version key column 3 Null if only one or two version key columns are specified for the row version |
|
|
|
Row version number |
|
|
|
User chain cryptographic hash |
|
|
|
Date and time at which the row version was created |
|
|
Identifier of any instance using a distributed or XA transaction to append to the row version history |
|
|
|
Identifier of any distributed transaction branch that is appending to the row version history |
Note:
This view is available starting with Oracle Database 23ai.