DBA Data[Home] [Help]

VIEW: SYS.INT$DBA_HIST_PLAN_OPTION_NAME

Source

View Text - Preformatted

select dbid, option_id, option_name,
       decode(con_dbid, 0, dbid, con_dbid),
       0 con_id
from WRH$_PLAN_OPTION_NAME
View Text - HTML Formatted

SELECT DBID
, OPTION_ID
, OPTION_NAME
, DECODE(CON_DBID
, 0
, DBID
, CON_DBID)
, 0 CON_ID FROM WRH$_PLAN_OPTION_NAME