Steps to reproduce the problem:
Type the following on the SQL Editor:
BEGIN
DBMS_OUTPUT.PUT_LINE('TEST');
DBMS_OUTPUT.PUT_LINE(NULL);
END;
/
Press F5
The output is
---------------
TEST
TEST
---------------
instead of
---------------
TEST
---------------
WORKAROUND
Execute the script with Ctrl+Enter
STATUS
Waiting for fix in a future release of Toad For Oracle
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy