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: Q: export/import many files over 2GB limit

Re: Q: export/import many files over 2GB limit

From: konsultant_1 - konsultancIT.pl <konsultant_1_at_konsultancIT.pl>
Date: Wed, 11 Jun 2003 21:05:47 +0200
Message-ID: <3EE77D8B.1060808@konsultancIT.pl>


Ralf Bender wrote:
> Hi
>
> I'm using Oracle 8.1.7 on Linux.
>
> I want to export the full database, which has a size of 10 GB. Running
> export with parameter file to create files under the 2GB file limit
> works. But right now there not enough space to create all files.
>
> Is there a way to directly compress all created files? I found a way to
> do so with one file:
> /etc/mknod pipename p
> compress < pipename > newfilename.Z &
> exp <username>/<password> file=pipename
> rm -f pipename
>
> But how to with oracle parameter file a
>

Hi,

Try to use: split command under Unix/Linux

-- 

   www.konsultancIT.pl
Oracle&MS-SQL consulting
Received on Wed Jun 11 2003 - 14:05:47 CDT

Original text of this message

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