4.104 ALL_TAB_COL_STAT_MODELS
ALL_TAB_COL_STAT_MODELS
describes real-time statistics models for all tables accessible to the current user.
Real-time statistics models use machine learning algorithms to predict the number of distinct values (NDV) for table columns.
Related Views
-
DBA_TAB_COL_STAT_MODELS
describes real-time statistics models for all tables in the database. -
USER_TAB_COL_STAT_MODELS
describes real-time statistics models for all tables owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table |
|
|
|
Name of the table |
|
|
|
Name of the table column to which the model applies |
|
|
|
Statistics type The value of this column is always |
|
|
|
Name of the model |
|
|
|
Status of the model ( |
|
|
|
Time at which the model was created |
|
|
|
Time at which the model was most recently used |
Note:
This view is available starting with Oracle Database 21c.
See Also: