set serveroutput on size 1000
begin
    dbms_output.put_line('This is the test!');
    dbms_output.put_line('********************');
    dbms_output.put_line(chr(10));  -- empty line
    dbms_output.put_line('********************');
end;
/


Result:
This is the test!
********************

********************

 

 

arrow
arrow
    全站熱搜

    DanBrother 發表在 痞客邦 留言(0) 人氣()