Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Exp/Imp - suppress screen output?
wow is that precision performance or what? :)
-----Original Message-----
Darren
Sent: Friday, July 20, 2001 08:16
To: Multiple recipients of list ORACLE-L
Or
2>&1 >/dev/null
(One less character to type)
-----Original Message-----
Sent: July 20, 2001 10:21 AM
To: Multiple recipients of list ORACLE-L
Or also 1>/dev/null 2>&1
That says direct stdout to /dev/null and make stderr the same as stdout.
That's Bourne/Korn shell syntax. csh is different.
> -----Original Message-----
> From: Thater, William [mailto:ThaterW_at_telergy.net]
> Sent: Friday, July 20, 2001 12:31 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Exp/Imp - suppress screen output?
>
>
> "Michael E. Cupp, Jr." wrote:
> >
> > Why 1 >/dev/null 2>dev/null and not just >/dev/null
>
> 1 is stdout and 2 is stderr. you need to redirect both to
> clear it off
> the screen.
>
>
> --
> Bill "Shrek" Thater Certifiable ORACLE DBA
> Telergy, Inc thaterw_at_telergy.net
> ----------------------------------------------------------------
> You gotta program like you don't need the money,
> You gotta compile like you'll never get hurt,
> You gotta run like there's nobody watching,
> It's gotta come from the heart if you want it to work!
> ----------------------------------------------------------------
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Thater, William
> INET: ThaterW_at_telergy.net
>
> 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: Steve Sapovits INET: SapovitsS_at_globalsportsinc.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: Browett, Darren INET: dbrowett_at_city.coquitlam.bc.ca 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: Mark Leith INET: mark_at_cool-tools.co.uk 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 Mon Jul 23 2001 - 07:54:47 CDT
![]() |
![]() |