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: Import and Export With Compressed Files

Re: Import and Export With Compressed Files

From: Jake <me_at_heyjay.com>
Date: Thu, 12 Sep 2002 22:35:26 -0500
Message-ID: <alrmd0$o1s$1@bob.news.rcn.net>

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

Original text of this message

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