Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> CPU Time Exceeds Elapsed?
Friends --
Perhaps you can help me out with this... I don't understand why the CPU time should exceed the elapsed time here... Do you?
1 select a.username,
2 a.osuser, 3 round(elapsed_time/1000000,2) elapsed_seconds, 4 round(cpu_time/1000000,2) cpu_seconds, 5 substr(sql_text,1,250) sql_text6 from v$session a, v$sql b
ELAPSED CPU USERNAME OSUSER SECONDS SECONDS SQL_TEXT -------------------- ---------- ---------- ---------- -------------------------------------------------- SYS bbellow 190.03 199.45 SELECT EUUAT_15.MDRS_CFBF$.NEXTVAL from dual SYS bbellow 186.21 197.54 SELECTEUCDQ203.MDRS_D189$.NEXTVAL from dual
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 Wed Dec 10 2003 - 17:19:25 CST