UTL_FILE - buffer overflow, limit of 2000 bytes [message #338134] |
Sun, 03 August 2008 23:15 |
ying
Messages: 143 Registered: May 2002
|
Senior Member |
|
|
Hi,
Reading a File using utl_FILE [message #41027]
I'm trying using the utl_FILE test_file package which was posted in above forum.
After executing the procedure I get the error message as below:
ERROR at line 1:
ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes
ORA-06512: at "APPS.TEST_FILE", line 75
ORA-06512: at line 1
I have no idea which part of the program cause the problem. I have tried to increase the size of the variable, but still same problem.
Pls advise.
|
|
|
|
Re: UTL_FILE - buffer overflow, limit of 2000 bytes [message #338139 is a reply to message #338134] |
Sun, 03 August 2008 23:43 |
flyboy
Messages: 1903 Registered: November 2006
|
Senior Member |
|
|
> I'm trying using the utl_FILE test_file package which was posted in above forum.
Sorry, I have not found it on the first page of "SQL & PL/SQL" forum and I am too lazy to make any other effort. Why do you not post it here or (better) continue in that thread?
> ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes
Are you using DBMS_OUTPUT in the code? If so, just set the SIZE parameter of SET SERVEROUTPUT command to appropriate (bigger) value.
[Updated on: Sun, 03 August 2008 23:43] Report message to a moderator
|
|
|
|
|