2014-09-17 13:23:48 +02:00

19 lines
284 B
SQL

--col xte_procs head ENABLED_FOR_ORAPIDS for a100 word_wrap
col procs head ENABLED_FOR_ORAPIDS for a100 word_wrap
select
-- event,
-- trclevel,
-- status,
-- to_char(flags, 'XXXXXXXX') flags,
-- procs xte_procs
*
from
x$trace_events
where
procs is not null
order by
event
/