Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
DBA_HIST_STAT_NAME
displays decoded statistic names for the statistics captured in the Workload Repository. This view captures information from V$STATNAME
and used with DBA_HIST_SYSSTAT
and DBA_HIST_SYS_TIME_MODEL
.
Column | Datatype | NULL | Description |
---|---|---|---|
DBID |
NUMBER |
NOT NULL |
Database ID |
STAT_ID |
NUMBER |
NOT NULL |
Statistic identifier |
STAT_NAME |
VARCHAR2(64) |
NOT NULL |
Statistic name |