I have some code that includes

set messages off
set error messages off

But I still keep getting the warning:

<WARNING> No rows exist or satisfy specified clause (2059)

The only way to turn it off is by using

set error message 2059 OFF


Shouldn’t the “set error messages off” turn off all error messages?


Dan Goldberg

Reply via email to