Hello!
I'm using DBI 1.18, DBD::Oracle 1.07 and Perl 5.005_05. My Software is
running on Linux and I am working with Oracle 8.1.7.
Here the problem: I can't perform an insert statement that has more
than one BLOB. I use bind_param(...., {ora_type=>ORA_BLOB}) to bind
the parameters, which works fine for one single BLOB. But when the
insert statement contains 2 BLOBs, I get the following error:
DBD::Oracle::st execute failed: (DBD ERROR: Need bind_param(..., { ora_field=>... })
attribute to identify table LOB field names)
I have included a test script that reproduces the problem on my
machine.
Does anybody have a clue?
Thanks in advance
Christian
Test case
--
*********************************
Christian Gruber (Dipl.-Biol.)
Technical Product Manager
Biomax Informatics AG
Lochhamer Str. 11
82152 Martinsried, Germany
Tel: +49 89/895574-64
Fax: +49 89/895574-25
mailto:[EMAIL PROTECTED]
http://www.biomax.de
*********************************