Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01489 Result of string concat is too large

427608Jan 19 2006 — edited Jun 28 2010
On Oracle 9i R2, I have a table tblA(id varchar2(14), title varchar2(500), company varchar2(500), description varchar2(4000), dept varchar2(250), unit varchar2(250)....)

I need to create a flat [demilited] file. The script I created works for about 10-15 rows before failing with ORA-01489 error.

Please guide.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 26 2010
Added on Jan 19 2006
20 comments
67,844 views