DBA Data[Home] [Help]

VIEW: SYS.INT$DBA_HIST_CELL_IOREASON_NM

Source

View Text - Preformatted

select dbid, reason_id, reason_name,
       decode(con_dbid, 0, dbid, con_dbid),
       0 con_id
  from WRH$_CELL_IOREASON_NAME
View Text - HTML Formatted

SELECT DBID
, REASON_ID
, REASON_NAME
, DECODE(CON_DBID
, 0
, DBID
, CON_DBID)
, 0 CON_ID
FROM WRH$_CELL_IOREASON_NAME