Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01 |
|
|
View PDF |
ALL_TAB_STAT_PREFS
provides information about statistics preferences for tables accessible to the current user.
Related Views
DBA_TAB_STAT_PREFS
provides information about statistics preferences for tables in the database.
USER_TAB_STAT_PREFS
provides information about statistics preferences for tables owned by the current user. This view does not have the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Name of the owner |
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 |