Re: DBD ERROR: LOB refetch attempted for unsupported statement type

2011-09-03 Thread Martin J. Evans
On 03/09/2011 07:50, Shobha Deepthi V (sobv) wrote: Hi, I am calling a stored procedure that returns ref cursor from perl. But it fails with the following error, DBD::Oracle::st execute failed: ( DBD ERROR: LOB refetch attempted for unsupported statement type ) I searched for this

DBD ERROR: LOB refetch attempted for unsupported statement type

2011-09-02 Thread Shobha Deepthi V (sobv)
Hi, I am calling a stored procedure that returns ref cursor from perl. But it fails with the following error, DBD::Oracle::st execute failed: ( DBD ERROR: LOB refetch attempted for unsupported statement type ) I searched for this error, and all the results show how to read a CLOB

RE: (DBD ERROR: LOB refetch attempted for unsupported statement type)

2002-04-11 Thread Sterin, Ilya
To: [EMAIL PROTECTED] Sent: 4/11/02 10:04 AM Subject: (DBD ERROR: LOB refetch attempted for unsupported statement type) (DBD ERROR: LOB refetch attempted for unsupported statement type) This is the error i am getting while i try to insert BLOB into Oracle 8 from Perl5V6 through OSP. Even though i

(DBD ERROR: LOB refetch attempted for unsupported statement type)

2002-04-11 Thread Mathew Varghese
(DBD ERROR: LOB refetch attempted for unsupported statement type) This is the error i am getting while i try to insert BLOB into Oracle 8 from Perl5V6 through OSP. Even though i am getting this error, OSP is inserting a row into Oracle except for the BLOB field. I also tried inserting it