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: Can you do IMPORT/EXPORT in parallel ?

Re: Can you do IMPORT/EXPORT in parallel ?

From: Ban Spam <ban-spam_at_operamail.com>
Date: Thu, 18 Oct 2001 00:18:05 GMT
Message-ID: <Xns913DB006264F6SunnySD@24.0.3.73>


Sumant Sarkar <sumant.x.sarkar_at_oracle.com> wrote in news:3BCCFFF7.B587768E_at_oracle.com:

> The documentation is silent about it.
> Does anyone know how to do EXPORT/IMPORT of a table in parallel ?
>
> With regards,
> Sumant
>
> The statements and opinions expressed here are my own and do not
> necessarily represent those of Oracle Corporation.
>
>
>

I've done it on *nix using named pipes.

1) Create a named pipe.
2) start the EXP using the named pipe as the "output file"
3) start the IMP using the named pipe as the "input file".
Sit back & twiddle your thumbs while ir runs.

HTH & YMMV! Received on Wed Oct 17 2001 - 19:18:05 CDT

Original text of this message

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