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


TABLE: SYS.WRI$_ADV_USAGE

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

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRI$_ADV_USAGE_PK
  1. ColumnADVISOR_ID
Indexes
Index Type Uniqueness Tablespace Column
WRI$_ADV_USAGE_PK NORMAL UNIQUE TablespaceSYSAUX ColumnADVISOR_ID
Columns
Name Datatype Length Mandatory Comments
ADVISOR_ID NUMBER
Yes
LAST_EXEC_TIME DATE
Yes
NUM_EXECS NUMBER
Yes
NUM_DB_REPORTS NUMBER
Yes
FIRST_REPORT_TIME DATE

LAST_REPORT_TIME DATE

Query Text

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


SELECT ADVISOR_ID
,      LAST_EXEC_TIME
,      NUM_EXECS
,      NUM_DB_REPORTS
,      FIRST_REPORT_TIME
,      LAST_REPORT_TIME
FROM SYS.WRI$_ADV_USAGE;

Dependencies

[top of page]

SYS.WRI$_ADV_USAGE does not reference any database object

SYS.WRI$_ADV_USAGE is referenced by following:

SchemaSYS
ViewDBA_ADVISOR_USAGE
Package BodyPRVT_ADVISOR - show dependent code