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: Estimate a query time

Re: Estimate a query time

From: Brian Peasland <oracle_dba_at_nospam.peasland.net>
Date: Fri, 7 Apr 2006 19:22:54 GMT
Message-ID: <IxD9uE.C3o@igsrsparc2.er.usgs.gov>


Suri,

If your attempt is to stop someone from executing a long running query, then have a look at Profiles (Look at CREATE PROFILE in the SQL Reference Guide). With a profile in place, you can limit a user's CPU time per session or per SQL statement. You can also limit their connection time, and the logical reads per session or SQL statement.

HTH,
Brian

-- 
===================================================================

Brian Peasland
oracle_dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Fri Apr 07 2006 - 14:22:54 CDT

Original text of this message

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