[Home] [Help]
[Dependency Information]
| Object Name: | CDB_TAB_STAT_PREFS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Statistics preferences for tables in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Name of the owner |
| TABLE_NAME | VARCHAR2 | (30) | Yes | Name of the table |
| PREFERENCE_NAME | VARCHAR2 | (30) | Preference name | |
| PREFERENCE_VALUE | VARCHAR2 | (4000) | Preference value | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, TABLE_NAME
, PREFERENCE_NAME
, PREFERENCE_VALUE
, CON_ID
FROM SYS.CDB_TAB_STAT_PREFS;
SYS.CDB_TAB_STAT_PREFS does not reference any database object
SYS.CDB_TAB_STAT_PREFS is referenced by following:
PUBLIC
CDB_TAB_STAT_PREFS
|
|
|
|