V$RESULT_CACHE_DR definition in Oracle Database 11.2
V$RESULT_CACHE_DR

select
  OBJECT_NO                                -- OBJECT_NO NUMBER
from
  GV$RESULT_CACHE_DR
where
  inst_id=USERENV('Instance')

home |  up