> use strict; use DBI; use DBD::Oracle qw(:ora_types); > > $insert_cr->bind_param(1, $cr, {ora_type => ORA_CLOB}); > Not that I'm doubting you, but I had the same error and I found that the above bind works for me. Can you send a Trace use level 9.
> my $result_ins = $insert_cr ->execute() || print "Insert into CRR table > failed!!\n"; > > if(!defined($result_ins)) { > print "Insert into CRR table failed!!\n"; > } else { > print "Insert into CRR table result: $result_ins\n"; > } > ---------------------------------- E-Mail: Scott T. Hildreth <[EMAIL PROTECTED]> Date: 15-Nov-01 Time: 15:37:34 ----------------------------------