DBA Data[Home] [Help]

VIEW: SYS.INT$DBA_HIST_STAT_NAME

Source

View Text - Preformatted

select dbid, stat_id, stat_name,
       decode(con_dbid, 0, dbid, con_dbid),
       0 con_id
from WRH$_STAT_NAME
View Text - HTML Formatted

SELECT DBID
, STAT_ID
, STAT_NAME
, DECODE(CON_DBID
, 0
, DBID
, CON_DBID)
, 0 CON_ID FROM WRH$_STAT_NAME