Looks like you are using dbms_output for something. By default, you can only spool 2000 bytes using dbms_output. You can increase it by using the dbms_output.enable method:
dbms_output.enable(1000000);
|
Results 1 to 3 of 3
Thread: Buffer overflow?...Threaded View
|
Click Here to Expand Forum to Full Width |