Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Estimate a query time
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" - UnknownReceived on Fri Apr 07 2006 - 14:22:54 CDT