Skip to Main Content

Oracle Forms

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!

Need help to read chunks of data from a base64 Encoded File

701408Feb 20 2010 — edited Feb 22 2010
Hi everyone!

I need to read text from the Base64Encoded File which contains more than 32767 characters in a single line (in fact single word). Can anyone please help? I have tried to read data using the Client_Text_IO.Get_Line and also with the TEXT_IO.Get_Line. But as a limitation exists for the Get_Line function which can return a data type of Varchar2 which can hold uptp 32767 characters only, I am unable to get the data and the application is becoming non-responsive otherwise giving Unhandled Exception 3020000.

Thanks in advance..

Ravi Kumar.

Edited by: user10902305 on Feb 19, 2010 11:20 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2010
Added on Feb 20 2010
10 comments
1,226 views