On Fri, 08 Jan 2010 14:55:51 -0500, John Scoles <sco...@pythian.com>
wrote:

> Well here it is the second crack at  1.24 Beer version of  DBD::ORACLE
> 
> 
> You can find the release candidate here
> 
> http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.24-RC2.tar

With this one installed, https://rt.cpan.org/Ticket/Display.html?id=51595
RT#51595 "bind_param () fails its function if table has more than one blob"
is still not resolved:

$ perl test-blob.pl
 Table with just one blob ...
 Table with more than one blob ...
DBD::Oracle::st execute failed: ORA-04043: object test_foo does not exist (DBD 
ERROR: Need bind_param(..., { ora_field=>... }) attribute to identify table LOB 
field names) [for Statement "insert into test_foo values (?, ?, ?, ?, ?)" with 
ParamValues: :p1=1, :p2='The quick brown fox jumps over the lazy dog', :p3='The 
quick brown fox jumps over the lazy dog', :p4='The quick brown fox jumps over 
the lazy dog', :p5='The quick brown fox jumps over the lazy dog'] at 
test-blob.pl line 65.
DBD::Oracle::st execute failed: ORA-04043: object test_foo does not exist (DBD 
ERROR: Need bind_param(..., { ora_field=>... }) attribute to identify table LOB 
field names) [for Statement "insert into test_foo values (?, ?, ?, ?, ?)" with 
ParamValues: :p1=1, :p2='The quick brown fox jumps over the lazy dog', :p3='The 
quick brown fox jumps over the lazy dog', :p4='The quick brown fox jumps over 
the lazy dog', :p5='The quick brown fox jumps over the lazy dog'] at 
test-blob.pl line 65.
Exit 255

-- 
H.Merijn Brand  http://tux.nl      Perl Monger  http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/

Reply via email to