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: Suppressing output in export/import.

Re: Suppressing output in export/import.

From: Anurag Varma <avoracle_at_gmail.com>
Date: Fri, 31 Aug 2007 08:00:52 -0700
Message-ID: <1188572452.498261.291390@57g2000hsv.googlegroups.com>


On Aug 30, 6:41 pm, sybra..._at_hccnet.nl wrote:
> On Thu, 30 Aug 2007 13:42:51 -0700, Anurag Varma <avora..._at_gmail.com>
> wrote:
>
> >On Aug 30, 4:32 pm, nitesh <oracledba.nit..._at_gmail.com> wrote:
> >> Hi,
>
> >> Please suggest if there is any way to suppress output in export/import.
>
> >for unix
>
> >exp ... > /dev/null
>
> >... Why do you want to suppress output anyway?
>
> >Anurag
>
> IIRC output is sent to stderr so this won't work.
>
> --
> Sybrand Bakker
> Senior Oracle DBA

Sybrand,

You remember correctly. The output is indeed sent to stderr .. for which the command can be changed to
exp ... > /dev/null 2>&1 ...

Anurag Received on Fri Aug 31 2007 - 10:00:52 CDT

Original text of this message

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