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
---------------
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center