Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Hide Oracle error messages
Karina,
Put a SET TERMOUT OFF right before your DROP statements and put SET TERMOUT
ON immediately after the DROP statements. That should do it.
Venkat
>
>I have a batch installation script that runs into SQL*Plus and generates
>"normal" error messages, for example, when I drop and index before creating
>it, just to check if it is not already there.
>Therefore, the users running the script see these messages and are not able
to
>make the difference between "normal" error messages and "abnormal" ones!
>I would like to be able not to display the foreseeable error messages in
the
>log. How can I do that?
>
>Karina
>
>-----== Posted via Deja News, The Leader in Internet Discussion ==-----
>http://www.dejanews.com/ Now offering spam-free web-based newsreading
Received on Fri May 29 1998 - 13:37:44 CDT
![]() |
![]() |