Another Oracle blog

  • Home
  • About
  • About

Tag Archives: ORU-10027

Home / Posts Tagged: ORU-10027

ORA-20000: ORU-10027: buffer overflow

Recently I got this error when I tried to execute a script with lots of dbms_output lines in it and the solution was to alter the script and to add the following: SET LINESIZE 999 SET PAGES 500 SET TIMING ON SET SERVEROUTPUT ON size UNLIMITED ……………………. BEGIN begin dbms_output.enable(NULL); end; ……………………….. END; /

November 10, 2015mardaffSQL, Sqlplusbuffer overflow, ORA-20000, ORU-10027
ora-base.com