ORA-20000: ORU-10028: line length overflow, limit of 255 chars per line [message #233265] |
Wed, 25 April 2007 07:52 |
rak007
Messages: 107 Registered: October 2006 Location: Mumbai / Pune, India
|
Senior Member |
|
|
Hi everyone,
Please find attached the code unit we are executing. This is being called from a shell script. The dbms_output.put_line messaged are being put in log file master.log file
The error message i am getting as follows:
Executable XPRES_EXT_OBJ successfully created.
Concurrent Program XPRES_EXT_OBJ successfully created.
NOT EXISTS
DECLARE
*
ERROR at line 1:
ORA-20000: ORU-10028: line length overflow, limit of 255 chars per line
ORA-06512: at "SYS.DBMS_OUTPUT", line 35
ORA-06512: at "SYS.DBMS_OUTPUT", line 133
ORA-06512: at line 208
Please not than in the code on line no 65 the NOT EXISTS gets printed thing immediately after the call to fnd_program.parameter does not get printed and i get the above error. Please help me with this.
-
Attachment: a01.sql
(Size: 8.44KB, Downloaded 1233 times)
[Updated on: Wed, 25 April 2007 07:53] Report message to a moderator
|
|
|
|
|