Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: is it possible to query an oracle database to find out how hard it's working?

Re: is it possible to query an oracle database to find out how hard it's working?

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 02 Feb 2004 16:08:35 -0800
Message-ID: <1075766856.295809@yasure>


Adam Monsen wrote:

> The only measure (that I've heard) of how hard an Oracle database is
> working is the current CPU load on the box.
>
> For instance, a DBA would tell me: "spiffy, the Oracle server has two
> 0% idle CPUs! We need to kill some sessions or tune queries."
>
> I assume they're getting the information by running 'top' or 'sar'
> from a shell on spiffy.
>
> Is there an SQL query or PL/SQL code block that could be run to
> determine some measure of how busy a database server is? This would be
> quite useful to predetermine if some expensive queries would be
> possible before actually starting them.

In addition to Brian's advice ... look at the DBMS_RESOURCE_MANAGER built-in package.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Mon Feb 02 2004 - 18:08:35 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US