V$MAX_ACTIVE_SESS_TARGET_MTH definition in Oracle Database 11.2
V$MAX_ACTIVE_SESS_TARGET_MTH

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

home |  up