Re: Suppressing output in export/import.
- From: Marc Bruinsma <marc.bruinsma@xxxxxxxxx>
- Date: Fri, 31 Aug 2007 14:43:47 +0200
HansH wrote:
<sybrandb@xxxxxxxxx> schreef in berichtAnd if that doesn't work, you can always switch off your monitor. Works on
news:6shed39s8rj2a5enjlfvrcv167geu0qhds@xxxxxxxxxx
On Thu, 30 Aug 2007 13:42:51 -0700, Anurag Varma <avoracle@xxxxxxxxx>Then just try any of
wrote:
IIRC output is sent to stderr so this won't work.Please suggest if there is any way to suppress output in export/import.for unix
exp ... > /dev/null
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
all OS'es ;-)
.
- References:
- Suppressing output in export/import.
- From: nitesh
- Re: Suppressing output in export/import.
- From: Anurag Varma
- Re: Suppressing output in export/import.
- From: sybrandb
- Re: Suppressing output in export/import.
- From: HansH
- Suppressing output in export/import.
- Prev by Date: Re: Cache Hit Ratio from system views
- Next by Date: Re: What would cause ORA-1410 (invalid rowid) on a simple select?
- Previous by thread: Re: Suppressing output in export/import.
- Next by thread: Re: Suppressing output in export/import.
- Index(es):
Relevant Pages
|
|