穆熙沐

关注

ORA-20000:ORU-10027:buffer overflow,limit of 2000 bytes.

穆熙沐

关注

阅读 48

2022-06-30

输出日志累计的字节大小超过了dbms_output.putline的最大值。

 

解决办法:
方法一、

SQL>set   serveroutput   on   size   1000000   

 

方法二、

在BEGIN 后面写
DBMS_OUTPUT.ENABLE(buffer_size => null);

 

相关推荐

暮晨夜雪

出错:ORA-20000: ORU-10028: line length overflow, limit of 255 bytes per line?

暮晨夜雪 76 0 0

草原小黄河

ORA-20000: ORU-10028: line length overflow, limit of 255 chars per line

草原小黄河 71 0 0

数数扁桃

ORACLE 11g ORA-20000: Unable to analyze TABLE

数数扁桃 83 0 0

拾光的Shelly

解决GateWay报错:Exceeded limit on max bytes to buffer : 262144

拾光的Shelly 23 0 0

清冷的蓝天天

shenyu2.5.0解决Exceeded limit on max bytes to buffer:262144

清冷的蓝天天 123 0 0

花明

golang使用binary.write中出现bytes.(*Buffer).Write(0x0, 0xc042056088, 0x8, 0x8, 0x0, 0x43b3ee, 0x30)

花明 44 0 0

精彩评论(0)

0 0 举报