On Sat, Aug 30, 2003 at 05:56:47PM +0300, John wrote: > $stmt->bind_param(1, $doc, {ora_type => 24} );
Why are you hard-coding the ora_type instead of importing :ora_types from DBD::Oracle? > ------------------------------------------------- > Length 4729DBD::Oracle::st execute failed: ORA-03113: end-of-file on > communicati > on channel (DBD: oexec error) at C:/progs/dika/blob/insert_blob_test.pl line > 40. I believe this indicates the connection to Oracle was lost. Ronald