suppress output from sql command
hi,
is there a way that I can suppress the output from a sql command in a pl/sql script? I only want to dispaly the output from dbms_output in my spooled file. I've tried set termout off/on and echo on/off but I still get messages like : Trigger altered etc. which I will like to suppress.
thank you.