How to find Currently running jobs? [message #581190] |
Wed, 03 April 2013 02:36  |
|
Hi,
I am trying to find a way to identify what are the user_jobs currently running. I have found 1 way which requires DBA User ID to execute (e.g. DBA_JOBS and DBA_JOBS_RUNNING) which I don't want.
I believe there is NO equivalent User table for DBA_JOBS_RUNNING table.
I have done my 20 mins search in this forum and unable to find. Can anyone please help?
Thanks & Regards,
Senthil
|
|
|
|
|
|
|
Re: How to find Currently running jobs? [message #581197 is a reply to message #581196] |
Wed, 03 April 2013 03:55   |
|
Hi All,
Thanks for your quick responses. I understood that there is no equivalent for dba_jobs_running for user level. Hence I am convinced to use THIS_DATE/THIS_SEC attributes since I just wanted to know whether my job is running or not. Hope I am right.
Thanks & Regards,
Senthil
|
|
|
|
|
|