Hi,

How can I put an empty line in the pl/sql output to make reading easier? i.e. I'd like to separate the output so they won't all grouped together which is hard to read.

I tried to put

dbms_output.put_line(' ');

into my pl/sql code, but it is just get skipped.

Any idea? Thanks!