Resource manager views for monitoring performance at the PDB level.
--> V$RSRC_CONS_GROUP_HISTORY displays a history of consumer group statistics for each entry in V$RSRC_PLAN_HISTORY that has a non-NULL plan.
--> V$RSRC_CONSUMER_GROUP displays data related to currently active resource consumer groups.
--> V$RSRC_CONSUMER_GROUP_CPU_MTH displays all resource allocation methods defined for resource consumer groups.
--> V$RSRC_PDB displays data related to currently active resource consumer groups by pluggable database (PDB).
--> V$RSRC_PDB_HISTORY displays a history of consumer group statistics for each entry in V$RSRC_PDB that has a non-NULL plan by pluggable database (PDB).
--> V$RSRC_PLAN displays the names of all currently active resource plans.
--> V$RSRC_PLAN_CPU_MTH displays all available CPU resource allocation methods defined for resource plans.
--> V$RSRC_PLAN_HISTORY displays a history of when a resource plan was enabled, disabled, or modified on the instance. Up to 15 of the most recent entries are shown. Once the database is opened, this view shows at least one row. The row with the most recent START_TIME and with END_TIME equal to NULL gives information about the current resource plan.
--> V$RSRC_SESSION_INFO displays Resource Manager statistics per session.
--> V$RSRCPDBMETRIC displays information about resources consumed and wait times per PDB.
--> V$RSRCMGRMETRIC_HISTORY displays a history (the last one hour) of resource manager metrics, taken from V$RSRCMGRMETRIC. When a resource plan is set, this history is cleared and restarted. This view provides information about resources consumed and wait times per consumer group.
--> V$RSRCPDBMETRIC displays information about resources consumed and wait times per PDB.
--> V$RSRCPDBMETRIC_HISTORY displays a history (the last one hour) of resource manager metrics for a PDB, taken from V$RSRCPDBMETRIC. When a resource plan is set, this history is cleared and restarted. This view provides information about resources consumed and wait times per consumer group.
No comments:
Post a Comment