在oracle的sqlplus中输出结果时,默认是没有结果的如:SQL> begin2 dbms_output.put_line('结果');3 end;4 /结果什么都没有。解决办法:在sqlplus中输入命令:SQL>set serveroutput on