DBMS_DATAPUMP.STOP_JOB procedure is not halting the job
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)