Hi,
I tried writing to buffer (dbms_output.put)and then putting line (dbms_output.put_line). It writes output until a certain point and then stops (after maybe 500 characters or so). To me the problem is in buffer size. In preferences it is set to 100000. I tried dbms_output.enable(buffer_size=>null) to set it to unlimited - didn't work either.
Can anybody help, please. Thanks.
I tried writing to buffer (dbms_output.put)and then putting line (dbms_output.put_line). It writes output until a certain point and then stops (after maybe 500 characters or so). To me the problem is in buffer size. In preferences it is set to 100000. I tried dbms_output.enable(buffer_size=>null) to set it to unlimited - didn't work either.
Can anybody help, please. Thanks.