Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Understanding CPU time and profile
I'm testing profile to limit end users doing ad-hoc
queries.
I have a query that is taking 51740 cpu unit according to v$sesstat. In the doc, the unit is "Amount of CPU time (in 10s of milliseconds)" so its 517 seconds.
I've created a profile with cpu_per_call limit of 3000, the unit is in hundredths of seconds, so 30 seconds.
Once the profile created the query fails and when I
checked the cpu in v$sesstat it went from 10692 to
21547 so 10855 so 108 seconds.
It should have been around 30 seconds, no ?
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Nov 28 2002 - 15:58:38 CST