Link to home
Start Free TrialLog in
Avatar of cdlima
cdlima

asked on

UTL help me please....ORU-10028: line length overflow, limit of 255 bytes per line

I want to read a line from text file whose have about 500 characters and the error :
ORU-10028: line length overflow, limit of 255 bytes per line
appear...

how can i get read more than 255 bytes from Text file with UTL_File.Get line??

If its impossible how can i do this???

Thanks!!!
Avatar of fva
fva

Maybe you'll have to live with that.
Try to split the file in some external way before.(something like the C-style "\" before the end of line for continuing the line)
Or you might want to look into external procs and do your stuff there.

F.
ASKER CERTIFIED SOLUTION
Avatar of chdba
chdba

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cdlima

ASKER

Thank you!!!
Our friend said me "maybe you have to live with it"...
Its worst!!!!!

But now i retire the dbms_output and its run....


See you later!!!
I'm glad I was wrong.

F. :)
Avatar of cdlima

ASKER