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


VIEW: SYS.CDB_USTATS

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

All statistics collected on either tables or indexes in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (30)
Owner of the table or index for which the statistics have been collected
OBJECT_NAME VARCHAR2 (30)
Name of the table or index for which the statistics have been collected
PARTITION_NAME VARCHAR2 (30)
Name of the partition (if applicable) for which the stats have been collected
OBJECT_TYPE VARCHAR2 (6)
Type of the object - Column or Index
ASSOCIATION VARCHAR2 (8)
If the statistics type association is direct or implicit
COLUMN_NAME VARCHAR2 (30)
Column name, if property is column for which statistics have been collected
STATSTYPE_SCHEMA VARCHAR2 (30)
Schema of statistics type which was used to collect the statistics
STATSTYPE_NAME VARCHAR2 (30)
Name of statistics type which was used to collect statistics
STATISTICS RAW (2000)
User collected statistics for the object
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OBJECT_OWNER
,      OBJECT_NAME
,      PARTITION_NAME
,      OBJECT_TYPE
,      ASSOCIATION
,      COLUMN_NAME
,      STATSTYPE_SCHEMA
,      STATSTYPE_NAME
,      STATISTICS
,      CON_ID
FROM SYS.CDB_USTATS;

Dependencies

[top of page]

SYS.CDB_USTATS does not reference any database object

SYS.CDB_USTATS is referenced by following:

SchemaPUBLIC
SynonymCDB_USTATS