Re: Suppressing output in export/import.



HansH wrote:

<sybrandb@xxxxxxxxx> schreef in bericht
news:6shed39s8rj2a5enjlfvrcv167geu0qhds@xxxxxxxxxx
On Thu, 30 Aug 2007 13:42:51 -0700, Anurag Varma <avoracle@xxxxxxxxx>
wrote:
Please suggest if there is any way to suppress output in export/import.
for unix
exp ... > /dev/null
IIRC output is sent to stderr so this won't work.
Then just try any of
exp ... >/dev/null 2>/dev/null
exp ... >2 2>/dev/null
exp ... 2>1 >/dev/null
exp ... >&/dev/null

or for Windows 2000 and above
exp ... >nul 2>nul
exp ... >2 2>nul
exp ... 2>1 >nul

but then again -to the OP- WHY


HansH
And if that doesn't work, you can always switch off your monitor. Works on
all OS'es ;-)
.



Relevant Pages

  • Re: Suppressing output in export/import.
    ... exp ... ... IIRC output is sent to stderr so this won't work. ... >nul 2>nul ...
    (comp.databases.oracle.server)
  • Very weird heisenbug (in StringBuffer?)
    ... Using Java SDK 1.3.0, Windows 98SE. ... I'm working on LR parser generation. ... Start::= exp $ ... public class Tokeniser { ...
    (comp.lang.java.help)
  • Re: displaying pre-1970 dates
    ... I have birth dates stored in MySQL as "date" data types (exp. ... I'm using PHP 4.3.8. ... I'm guessing that you're also using this on a Windows box? ...
    (comp.lang.php)
  • Re: PB free download
    ... just select "Windows CE" option (not eXP) ... and go through the registration procedure. ... Platform Builder 5.0 in the end. ... But this is Windows Embedded, ...
    (microsoft.public.windowsce.platbuilder)