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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Exp/Imp - suppress screen output?

RE: Exp/Imp - suppress screen output?

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Fri, 20 Jul 2001 07:06:56 -0700
Message-ID: <F001.0034FDC7.20010720062547@fatcity.com>

W,
Run the export with 'nohup' and optionally redirecting the 'standard error' and 'standard out' to another file.

nohup exp ...............
or
nohup exp ............... 2>&1 > junk.log

In the first case screen output will be redirected (default) to 'nohup.out' file. In the second case it is redirected to the junk.log file.

HTH.. Regards,

> -----Original Message-----
> From: Walter K [SMTP:alden14004_at_yahoo.com]
> Sent: Friday, July 20, 2001 8:15 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Exp/Imp - suppress screen output?
>
> Does anyone know of a way, within Unix, to suppress
> the screen output from the Export and Import
> utilities?
>
> Thanks!
> -w
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Walter K
> INET: alden14004_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Deshpande, Kirti
  INET: kirti.deshpande_at_verizon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jul 20 2001 - 09:06:56 CDT

Original text of this message

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