Add support for [SET SERVEROUTPUT ON] messages
To have possibility to write debug messages like there:
BEGIN EXECUTE IMMEDIATE 'ALTER TABLE SomeTable MODIFY SomeField VARCHAR2(200) NULL';
EXCEPTION WHEN OTHERS THEN dbmsoutput.putline(SQLCODE);
END;
4
votes
Yuri Abele
shared this idea