Put this in your procedure

DBMS_OUTPUT.ENABLE(1000000);
This sets the buffer for DBMS_OUTPOUT to 1MB.
The line size for DBMS_OUTPUT should be 1022 bytes.