3.249 ALL_IMMUTABLE_TABLE_EPOCHS
ALL_IMMUTABLE_TABLE_EPOCHS
displays epoch information for the immutable tables accessible to the current user.
Related Views
-
DBA_IMMUTABLE_TABLE_EPOCHS
displays epoch information for all immutable tables in the database. -
USER_IMMUTABLE_TABLE_EPOCHS
displays epoch information for the immutable tables owned by the current user. This view does not display theSCHEMA_NAME
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the schema containing the immutable table |
|
|
|
Immutable 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 immutable table epoch was created |
|
|
Time at which the epoch was created |
Note:
This view is available starting with Oracle Database 23ai.
See Also: