DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

ORU-10027: buffer overflow #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

 1. Generate a script larger than 1,000,000 bytes
 2. Assemble the script
 3. ORA-20000: ORU-10027: buffer overflow, limit of 1000000 bytes

What is the expected output? What do you see instead?

 -) No error

Please use labels and text to provide additional information.

 -) This is a problem with setting the buffer size for DBMS_OUTPUT.  In Oracle10g, the default buffer size is unlimited.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 28 Jul 2012 at 9:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
NOTE: "format wrapped" is an important addition to the serveroutput parameters 
in that is allows blank lines to be generated in the output (Is this an 
MS-Windows only thing?).

Original comment by Duane.Di...@gmail.com on 2 Aug 2012 at 3:53