![]() |
|
SQL ScriptMonitor Database Resource Manager |
|
This script lists the CPU consumed and the Consumer Group a session is using when the Database Resource Manager has been enabled.
None
REM Copyright (C) Think Forward.com 1998- 2005. All rights reserved.
col sid form 999 heading "SID" col serial# form 99999 heading "Serial" col program form a28 heading "Program" col username form a12 heading "Username" col resource_consumer_group form a22 heading "Consumer Group" col name form a12 heading "Name" col active_sessions form 99999 head "Active" col consumed_cpu_time form 99999999 heading "Con CPU" col queue_length form 99999 heading "Queued" spool monrsrc.lst select sid,serial#,username,program,resource_consumer_group from v$session / select name,active_sessions,consumed_cpu_time ,requests,cpu_wait_time,cpu_waits, queue_length from v$rsrc_consumer_group / spool off
Oracle 8i: (SQL Script) Monitor Database Resource Manager
Return to Index of SQL Scripts
General Information :
Home | Company Profile
| Contact Us | Legal
Database Support :
Proactive Support
|
Pay Per Incident Support
Expert Services :
High Availability
|
Creative Solutions
|
Training
Build Services :
Oracle Installations
|
Revive your Oracle Setup
|
Low Cost Development
Free Oracle Resources:
DBA Scripts
|
Oracle Links