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!

Long Datatype - how to store a big string

405508Mar 10 2004 — edited Mar 11 2004
hi ppl,

please help me in the following problem.

I want to send a long string from PL-SQL code to dotNet environment. The string length can be as long as 50000 characters. Now since varchar2 has a limit of around 32500 charcters, I declare a variale of LONG.

shogenDetails Long;

Now when I start filling this string in a loop, it works fine as long as the string lenght is less 32800 but after that it gives me numeric or value error?

Any idea how can i send such big string from PL-SQL to dotNet environment??

thanx in advance
Omer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2004
Added on Mar 10 2004
3 comments
2,664 views