Need help to read chunks of data from a base64 Encoded File
701408Feb 20 2010 — edited Feb 22 2010Hi 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