How to properly kill, stop, delete or clean up Oracle data pump jobs
It can be tricky to clean up Oracle datapump jobs. Use the following method to properly kill, stop, delete or clean up Oracle data pump jobs.
How to properly kill, stop, delete or clean up Oracle data pump jobs
It can be tricky to clean up Oracle datapump jobs. Use the following method to properly kill, stop, delete or clean up Oracle data pump jobs.
milly 5:14 pm on May 2, 2010
1. Get the list of datapump jobs:
2. Take at note of the values from the following two columns relating to the jobs you want to kill, clean, or stop.
- OWNER_NAME
- JOB_NAME
3. Run the following procedure to kill, stop or clean up data pump jobs:
Note: replace “HR” for the job_name and “SCHEMA_USER” for the owner_name4. Now run the SQL on step 1 again to make sure the job has been killed.