Hi all
default buffer size is 10000 is test window of dbms_output tab in plsql developer tool
how can i increase the size ,if i increase the size and click on enabled means it will save the size or not
in my pkg out put is not getting properly because of memory
in my package alreadt i declared dbms_output.enable(100000)
if i declared dbms_output.enable(100000) still in test window is showing 10000 not reflecting
pls advice.