After upgrading to version 12.6, DBMS_OUTPUT with leading spaces and spaces only are not displaying correctly. e.g.
begin
DBMS_OUTPUT.PUT_LINE( 'XXX');
DBMS_OUTPUT.PUT_LINE ( ' ' );
DBMS_OUTPUT.PUT_LINE ( 'XXX ' );
DBMS_OUTPUT.PUT_LINE ( ' XXX ' );
DBMS_OUTPUT.PUT_LINE ( 'XXX XXX ' );
end;
shows:
There is no issue with 12.5 and below.
WORKAROUND
none
STATUS
Waiiting for fix in future release of Toad for Oracle
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center