I am currently using dbms_output.put_line to debug a pl/sql procedure and got an error "buffer overflow, limit of 2000 bytes".

Could any one tell me how to reset this DBMS_OUTPUT buffer size?

Thanks in advance.