V$TIMER definition in Oracle Database 11.2
V$TIMER

select
  HSECS                                    -- HSECS NUMBER
from
  GV$TIMER
where
  inst_id = USERENV('Instance')

home |  up