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


VIEW: SYS.USER_TAB_STAT_PREFS

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

Statistics preferences for tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
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 TABLE_NAME
,      PREFERENCE_NAME
,      PREFERENCE_VALUE
FROM SYS.USER_TAB_STAT_PREFS;

Dependencies

[top of page]

SYS.USER_TAB_STAT_PREFS references the following:

SchemaSYS
TableOBJ$
TableOPTSTAT_USER_PREFS$
SYS.USER_TAB_STAT_PREFS is referenced by following:

SchemaPUBLIC
SynonymUSER_TAB_STAT_PREFS