Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Error executing DBMS_DATAPUMP

Re: Error executing DBMS_DATAPUMP

From: sjoshi <sjoshi_at_ingr.com>
Date: 22 Jan 2007 11:13:53 -0800
Message-ID: <1169493233.299494.110720@l53g2000cwa.googlegroups.com>


Got the ADD_FILE to work. It seems I need to specify all args as in:

DBMS_DATAPUMP.ADD_FILE(jobNo,'SIEMENSSITE.dmp','EXPSUNIT', NULL, DBMS_DATAPUMP.KU$_FILE_TYPE_DUMP_FILE); Now this part fails. I'm trying to use SCHEMA_LIST

DBMS_DATAPUMP.METADATA_FILTER(jobNo, 'SCHEMA_LIST','SJSITE, SJSITE_SCHEMA'); thanks
Sunit

MTNorman wrote:
> sjoshi wrote:
> > Any hints are appreciated. Also how do I find out the job number of an
> > already submitted job since if I execute the script again it tells that
> > job already exists. I would like to stop that job using
> > DBMS_DATAPUMP.Stop
>
> DBA_DATAPUMP_JOBS lists all active jobs. You can attach to the job and
> stop it using dbms_datapump package.
Received on Mon Jan 22 2007 - 13:13:53 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US