RE: stop data pump jobs

RE: stop data pump jobs

 

  

Login with sqlplus as sysdba.

SQL> select * from dba_datapump_jobs;
Make a note of 'JOB_NAME'.

At unix prompt.


$ impdp system/xxxxx attach=‘JOB_NAME’

Here are major datapump commands.


Import > status  get status of your job
Import > start_job  start your job
Import > kill_job  kill your job
Import > exit_client  exit impdp utility but leave job running
Import > help

-----Original Message-----
From: Jerry Friedman [mailto:oracledba-ezmlmshield-x81718075.[Email address protected]
Sent: Thursday, September 06, 2007 12:46 PM
To: LazyDBA Discussion
Subject: RE: stop data pump jobs

I thought of that but how do I identify the process since it is an oracle thing ...

when I grep the sid name (ps -ef | grep sid), it doesn't identify any processes as data pump specific.

Thanks.

Jerry



**A LazyDBA.com subscriber has responded to your lazydba.com post**
**LazyDBA.com mail shield has forwarded you this email,
**and removed any attachments, and kept your email address secret
**from this person, and any viruses/trojans.
**If you reply to this email, the person will see your email address as normal
**Anything below this line is the original email text


Kill -9

-----Original Message-----
From: Jerry Friedman
[Email address protected]
Sent: Thursday, September 06, 2007 5:38 AM
To: LazyDBA Discussion
Subject: stop data pump jobs

Hi all,

How do I stop a data pump job?

Thanks in advance.

Jerry


---------------------------------------------------------------------
TO REPLY TO EVERYBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY
To post a dba job: http://jobs.lazydba.com
To Subscribe : http://www.LazyDBA.com
To unsubscribe: http://www.lazydba.com/unsubscribe.html








---------------------------------------------------------------------
TO REPLY TO EVERYBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY
To post a dba job: http://jobs.lazydba.com
To Subscribe : http://www.LazyDBA.com
To unsubscribe: http://www.lazydba.com/unsubscribe.html



Oracle LazyDBA home page