oracle Scripts to check DBMS jobs running

Scripts to check DBMS jobs running
======================================



select job_name, session_id, running_instance, elapsed_time, cpu_used
from dba_scheduler_running_jobs;





if you want to stop job, you can stop by using  below command (or) kill by using SID
===============================================================


exec DBMS_SCHEDULER.stop_JOB (job_name => '<JOB_NAME>');


Comments

Popular posts from this blog

SQL Tuning Task Creation ORA-13780: SQL statement does not exist.

Shareplex some commands

ORA-1092 : opitsk aborting process