DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_TAB_STAT_PREFS

Object Details
Object Name: ALL_TAB_STAT_PREFS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Statistics preferences for tables

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.ALL_TAB_STAT_PREFS references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableOPTSTAT_USER_PREFS$
TableUSER$
SYS.ALL_TAB_STAT_PREFS is referenced by following:

SchemaPUBLIC
SynonymALL_TAB_STAT_PREFS
SchemaSYS
ProcedureDBMS_FEATURE_STATS_INCREMENTAL - show dependent code