set serveroutput on size question?
Hi,
Can anybody tell me what is the purpose of the parameter SIZE of SET SERVEROUTPUT sql*plus command?
I have read documentation, but I am not sure about the meaning of this.
SIZE sets the number of bytes of the output that can be buffered within the Oracle Database server
Thanks.