Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem to arrange a compress on the fly to an export

Re: Problem to arrange a compress on the fly to an export

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: 18 Jul 2006 04:22:54 -0700
Message-ID: <1153221773.968997.4870@h48g2000cwc.googlegroups.com>

etantonio_at_libero.it schreef:

> Good Morning,
> I need to arrange an export and at the same time compress the result,
> I want to do this in a shell script, at the moment I use this
>
> exp sc/sc_at_ab1 PARFILE=exp_param.dat FILE=ciao.dmp LOG=ciaolog.txt
> |compress &
>
> and I also have no result with the following form
>
> exp sc/sc_at_ab1 compress=y PARFILE=exp_param.dat FILE=ciao.dmp
> LOG=ciaolog.txt
>
> Thanks for your help
>
> Antonio D'Ottavio
> www.etantonio.it/en

Do NOT use compress=y on the export command line as parameter - it will ruin your space allocations, not compress your generated output. What errors do you have? Received on Tue Jul 18 2006 - 06:22:54 CDT

Original text of this message

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