Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

killing background job

2992177May 25 2016 — edited May 25 2016

from my application, I call a Oracle background job and Pl/SQL API. when client invoke Background job or PL/SAL API, I store that start time, end time in my own table. if someone log in to the database and kill that database session, I am not able to store the end time. because, I update the end time when only background job finish. if someone kill the session, end time left blank. then it looks like still running theĀ  job. based on the end time I do more calculation.

how should I handle this situation, when someone kill the session, how should I update the end time?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2016
Added on May 25 2016
8 comments
726 views