Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Redirect exp/imp otuput on Unix
On 27 Jun 2002 04:07:08 -0700, vfranceschetti_at_virgilio.it (Valentino
Franceschetti) wrote:
>Hi,
>on a ksh script i have the line:
>
>imp pippo/pluto file=/ora_001/admin/PLUTO/exp/$FILE_DMP
>log=/ora_001/admin/SMS/exp/$FILE_DMP.log fromuser=pippo touser=pippo 1
>>> $LOG_FILE 2 >> $LOG_ERROR_FILE.
>
>When the script executes this command all the imp output is send to
>$LOG_ERROR_FILE, even if there are non errors.
>
>There is something wrong with the syntax or imp/exp utility return not
>works with ksh stdout/stderror?
>
>Thanks
logging goes to the terminal and redirection is ignored.
Hth
>Valentino
Sybrand Bakker, Senior Oracle DBA
To reply remove -verwijderdit from my e-mail address Received on Thu Jun 27 2002 - 12:23:07 CDT
![]() |
![]() |