Claus Pedersen
Member³
In a test window, I have the following code:
I run the script and there is no green checkbox on the DMBS Output tab to indicate data, even if there is data in the output tab (also visually).
Please correct this.
SQL:
BEGIN
dbms_output.put_line(' '||chr(1));
dbms_output.put_line(' '||chr(3));
dbms_output.put_line(' '||chr(4));
dbms_output.put_line('');
dbms_output.put_line(' '||chr(9));
dbms_output.put_line(chr(18));
dbms_output.put_line(chr(23));
dbms_output.put_line(chr(27));
END;
Please correct this.