Investigate a DBMS_SCHEDULER job
Greeting All.
I am running 11.2 Oracle DB. There is a DBMS_SCHEDULER job running forever. I wanted to find out what's going on. From DBA_SCHEDULER_RUNNING_JOBS, I see the SID of this job, but I can't find this SID in V$SESSION. Also I don't the owner's session of this job in V$SESSION. Can you please advise how can I find out what is going on with this job? Thanks in advance.
GY
I am running 11.2 Oracle DB. There is a DBMS_SCHEDULER job running forever. I wanted to find out what's going on. From DBA_SCHEDULER_RUNNING_JOBS, I see the SID of this job, but I can't find this SID in V$SESSION. Also I don't the owner's session of this job in V$SESSION. Can you please advise how can I find out what is going on with this job? Thanks in advance.
GY
0