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 -> is it possible to query an oracle database to find out how hard it's working?

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

From: Adam Monsen <adamm_at_wazamatta.com>
Date: 2 Feb 2004 14:33:53 -0800
Message-ID: <9b12ed8d.0402021433.208be14c@posting.google.com>


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. Received on Mon Feb 02 2004 - 16:33:53 CST

Original text of this message

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