Hi all,
Could any one assist me regarding,
How to calculate CPU % used by oracle process or oracle scheduler_jobs
select owner,job_name,session_id,running_instance,elapsed_time,cpu_used from dba_scheduler_running_jobs where job_name='EXP_HIST_YTD_SC1';
OWNER JOB_NAME SESSION_ID RUNNING_INSTANCE ELAPSED_TIME CPU_USED
EXP EXP_HIST_YTD_SC1 384 1 +00 01:23:22.390000 +00 00:58:29.590000
in Oracle 11g R2, stand alone, OLAP ,windows 2003 r2 environment......
thanks in advance...
A.George Inigo