| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03  | 
  | 
  | 
PDF · Mobi · ePub | 
ALL_TAB_STAT_PREFS displays information about statistics preferences for the tables accessible to the current user.
DBA_TAB_STAT_PREFS displays information about statistics preferences for all tables in the database.
USER_TAB_STAT_PREFS displays information about statistics preferences for the tables owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the table | 
TABLE_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the table | 
PREFERENCE_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the preference | 
PREFERENCE_VALUE | 
VARCHAR2(1000) | 
Value of the preference |