V$RSRC_PLAN_CPU_MTH definition in Oracle Database 11.2
V$RSRC_PLAN_CPU_MTH

select
  name                                     -- NAME VARCHAR2(40)
from
  gv$rsrc_plan_cpu_mth
where
  inst_id = userenv('instance')

home |  up