Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Import and Export With Compressed Files
Here's how I do it:
/etc/mknod export_pipe p
compress < export_pipe > nameOfExport.exp.Z
exp userid=userID/Password file=export_pipe
rm -f export_pipe
"Wells" <wshammou-NoSpam_at_optonline.net> wrote in message
news:Nxag9.8418$e44.550188_at_news4.srv.hcvlny.cv.net...
> Hi all,
>
> What would be the best way to import or export directly from or into a
> compressed file format.
> Oracle 8.1.7.4, Sun Solaris.
>
> Thanks very much,
> Wells...
>
>
Received on Thu Sep 12 2002 - 22:35:26 CDT