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: Segmentation of export output files

Re: Segmentation of export output files

From: David Shi <dshi_at_magpage.com>
Date: 12 Aug 1998 01:02:07 GMT
Message-ID: <6qqpif$7gi$0@208.222.91.117>


You can use name pipe in Unix for export, then compress or split from the pipe.

Something like:

  mknod piper.dat p
  gzip -c < piper.dat > exp.gz &
  exp / file=piper.dat

David

On Tue, 11 Aug 1998 21:33:16 +0200, Sebastian Herzog <s.herzog_at_spectraweb.ch> wrote:

>Hi all
>We are running Oracle 7.3 on AIX 4.2.1
>Our Filesystems are definded as Standard JFS which
>are limited to a Filesize of 2GB.
>Now i have the following question ...
>How is it possible to segment the output-file of an large table export.
>Im not sure if i need a large file enabled Filesystem for our "big" exports >2GB.
>
>TIA S.Herzog
>
Received on Tue Aug 11 1998 - 20:02:07 CDT

Original text of this message

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