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


VIEW: SYS.CDB_TAB_STAT_PREFS

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

Statistics preferences for tables in all containers

[View Source]

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

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;

Dependencies

[top of page]

SYS.CDB_TAB_STAT_PREFS does not reference any database object

SYS.CDB_TAB_STAT_PREFS is referenced by following:

SchemaPUBLIC
SynonymCDB_TAB_STAT_PREFS