Skip to Main Content

Oracle Database Discussions

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!

DBMS_DATAPUMP.STOP_JOB procedure is not halting the job

Prakash ReddyAug 3 2009 — edited Sep 4 2009
Dear All,
We have created a application using .NET which a user can backp his schema (Fires datapump procedurein the backend). But we have noticed that DBMS_DATAPUMP.STOP_JOB is actually not stopping the job after few minutes of start time, will stop only if it is fired within few minutes.
Following is how i called the Datapump procedure:
DBMS_DATAPUMP.STOP_JOB(0,1,0)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2009
Added on Aug 3 2009
4 comments
1,399 views