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: Full db Export but exclude some tables

Re: Full db Export but exclude some tables

From: Patrick Bugner <patrick.bugner_at_cgtec.sema.de>
Date: Wed, 12 Jan 2000 09:53:41 +0100
Message-ID: <387C4115.38980E4D@cgtec.sema.de>


Hi,

if you are running UNIX you can export the full database using a named pipe like this:

>mkfifo exp.pipe
>compress < exp.pipe > dump.dmp.Z &
>exp file=exp.pipe userid=...

I guess the compressed dump will be less than 2GB...

Patrick

"S. Han" wrote:

> Hi,
>
> I need to export the full database. But the problem is it's too big (>
> 3GB). I have to break the export into some smaller ones. How am I able
> to export the full database by excluding some HUGE tables? 90% of tables
> in this db belong to one user. So there is no way I can use "user"
> export. Any help will be appreciated!
>
> Steph
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Jan 12 2000 - 02:53:41 CST

Original text of this message

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