Re: compress export via pipe

From: Lev Smirnov <leo_at_dionis.sura.com.ru>
Date: Wed, 04 Oct 2000 10:52:48 GMT
Message-ID: <4_DC5.2335$Rb1.12957_at_telenews.teleline.es>


You can use pipes to directly export to gzip.

  1. Create pipe. mknod yourpipe p
  2. Start gzip in background with &. Redirect it input to the pipe and output to zip file. gzip<yourpipe>expfile.zip
  3. Start exp using pipe as output file. exp scott/tiger file=yourpipe

Lev Smirnov
Brainbench MVP for Oracle Admin
http://www.brainbench.com

"Andreas Michler" <Andreas.Michler_at_adicom.de> wrote in message news:39DAE8E3.EF748E73_at_adicom.de...
> How can I (Linux OS) directly export to gzip ???
> file=|gzip -c ......
> does not work ?????
>
>
> --
>
> ______________________________________________
> ADICOM® Multi Resource Management®
> SYSTEMS 2000
> München, 06.11.-10.11.2000, Halle A2, Stand 161/246
> Wir freuen uns auf Ihren Besuch.
> ______________________________________________
>
> --------------------------------------------------------------------------



>
> Andreas Michler (Project advice/development)
> ADICOM® Informatik GmbH, Wiesfleckenstr. 34, 72336 Balingen, Germany
> Fon: +49 (0) 7433/9977-57
> Fax: +49 (0) 7433/9977-90
> E-Mail: Andreas.Michler_at_adicom.de
> Internet: www.adicom.de
> --------------------------------------------------------------------------


>
>
>
Received on Wed Oct 04 2000 - 12:52:48 CEST

Original text of this message