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!

how to kill datapump jobs?

Allen SandiegoJun 12 2008 — edited Mar 2 2010
hi all,

i tried to export data using expdp. i read somewhere that using expdp creates a background process so that even if i turn off my client machine, it won't stop the export.

problem is i need to stop the expdp process. how do i kill it?

when i query the database using

select *
from DBA_DATAPUMP_JOBS;

the jobs are still there with a value of NOT RUNNING in the STATE column. i think the jobs are already done in this case but how do i remove them from the list? also how do i kill a currently running datapump job?

any suggestions?

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2010
Added on Jun 12 2008
5 comments
35,166 views