Recent content by Kiryl

  1. K

    dbms_output.put + dbms_output.newline

    Sorry, I meant to say: "I tried writing to buffer using dbms_output.put() and then putting line using dbms_output.new_line().
  2. K

    dbms_output.put + dbms_output.newline

    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...
Back
Top