V$RESULT_CACHE_RR definition in Oracle Database 11.2
V$RESULT_CACHE_RR

select
  HSV1,                                    -- HSV1 NUMBER
  HSV2                                     -- HSV2 NUMBER
from
  GV$RESULT_CACHE_RR
where
  inst_id=USERENV('Instance')

home |  up