3.85 ALL_STAT_EXTENSIONS
ALL_STAT_EXTENSIONS
displays information about the optimizer statistics extensions accessible to the current user.
Related Views
-
DBA_STAT_EXTENSIONS
displays information about all optimizer statistics extensions in the database. -
USER_STAT_EXTENSIONS
displays information about the optimizer statistics extensions owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the extension |
|
|
|
Name of the table to which the extension belongs |
|
|
|
Name of the statistics extension |
|
|
|
Extension (the expression or column group) |
|
|
|
Creator of the extension:
|
|
|
|
Indicates whether the extension is droppable using |
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_STATS.DROP_EXTENDED_STATS
procedure