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


TABLE: SYS.WRI$_DBU_USAGE_SAMPLE

Object Details
Object Name: WRI$_DBU_USAGE_SAMPLE
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRI$_DBU_USAGE_SAMPLE_PK
  1. ColumnDBID
  2. ColumnVERSION
Indexes
Index Type Uniqueness Tablespace Column
WRI$_DBU_USAGE_SAMPLE_PK NORMAL UNIQUE TablespaceSYSAUX ColumnDBID
ColumnVERSION
Columns
Name Datatype Length Mandatory Comments
DBID NUMBER
Yes
VERSION VARCHAR2 (17) Yes
LAST_SAMPLE_DATE DATE

LAST_SAMPLE_DATE_NUM NUMBER

LAST_SAMPLE_PERIOD NUMBER

TOTAL_SAMPLES NUMBER
Yes
SAMPLE_INTERVAL NUMBER

Query Text

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


SELECT DBID
,      VERSION
,      LAST_SAMPLE_DATE
,      LAST_SAMPLE_DATE_NUM
,      LAST_SAMPLE_PERIOD
,      TOTAL_SAMPLES
,      SAMPLE_INTERVAL
FROM SYS.WRI$_DBU_USAGE_SAMPLE;

Dependencies

[top of page]

SYS.WRI$_DBU_USAGE_SAMPLE does not reference any database object

SYS.WRI$_DBU_USAGE_SAMPLE is referenced by following:

SchemaSYS
ViewDBA_FEATURE_USAGE_STATISTICS
ProcedureDBMS_FEATURE_AWR - show dependent code
ProcedureDBMS_FEATURE_DMU - show dependent code
Package BodyDBMS_FEATURE_USAGE_INTERNAL - show dependent code