Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can you do IMPORT/EXPORT in parallel ?
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
![]() |
![]() |