Page 1 of 1

i convert ODAC to UniDAC,but have some problem:-(

Posted: Tue 02 Sep 2008 16:00
by vivee_nj
i connect to oracle with UniDAC,get the data from a clob field,but procedue the error message:

ORA-06505:PL/SQL: Variable requires more than 32767 bytes of contigous memory.

code example:

UniQuery.close;
UniQuery.sql.text:='select clobfieldname from tablename';
UniQuery.Open;
UniQuery.getclob('clobfieldname').savetofile(filename);
UniQuery.close;

Posted: Thu 04 Sep 2008 07:13
by Plash
We could not reproduce the problem. Please send to olegp*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.