[Home] [Help]
[Dependency Information]
| Object Name: | ALL_TAB_STAT_PREFS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Statistics preferences for tables
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Name of the owner |
| TABLE_NAME | VARCHAR2 | (128) | Yes | Name of the table |
| PREFERENCE_NAME | VARCHAR2 | (30) | Preference name | |
| PREFERENCE_VALUE | VARCHAR2 | (4000) | Preference value |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, PREFERENCE_NAME
, PREFERENCE_VALUE
FROM SYS.ALL_TAB_STAT_PREFS;
SYS
OBJ$
OBJAUTH$
OPTSTAT_USER_PREFS$
USER$
PUBLIC
ALL_TAB_STAT_PREFS
SYS
DBMS_FEATURE_STATS_INCREMENTAL
- show dependent code
|
|
|
|