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: How to export into zipped file ?

Re: How to export into zipped file ?

From: Bola Ogunlana <bolao_at_incads.demon.co.uk>
Date: Wed, 6 Jan 1999 14:55:24 -0000
Message-ID: <915637450.13980.0.nnrp-12.c2dec0b7@news.demon.co.uk>


on HP-UNIX try;

mkfifo pipe
compress < pipe > exp_file_cmpr.dmp.Z & exp / file=pipe ful=yes

The resultant file exp_file_cmpr.dmp.Z is a compressed export file.

Reiner Neumann wrote in message <76v9i3$kd2$1_at_mail.messe.de>...
>Hi,
>My full database export on unix exeeds the limit of
>2GB. I think it must be possible to pipe the export-command
>with pack/compress/gzip or something else.
>Has someone the exact commands for export
>and import?
>
>TIA, Reiner
>
>
Received on Wed Jan 06 1999 - 08:55:24 CST

Original text of this message

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