Q: SQL*PLUS: how to supress error msg

From: karsten <karsten-aNOS_at_PAMt-gis.shl.com>
Date: Tue, 26 Jan 1999 16:03:14 -0500
Message-ID: <36AE2D92.725F5D14_at_PAMt-gis.shl.com>



[Quoted] I am trying to suppress error messages like

SQL> drop synonym bla;
drop synonym bla;

             *
ERROR at line 1:
ORA-01434: private synonym to be dropped does not exist.

This is only for a part of my script, I don't want to get rid of the entire stdout.

Any idea, how to do that?

I tried:

set termout off
set feedback off
set verify off

the messages show up anyway.

Thanks for your help
Karsten

PS: I would like to avoid creating pl/sql functions for that... Received on Tue Jan 26 1999 - 22:03:14 CET

Original text of this message