Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 49331
Status: resolved
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: markhamnr [...] bigfoot.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.22
Fixed in:
  • 1.24
  • 1.24a
  • 1.24b



The example in the POD under "SYS.DBMS_SQL datatypes" doesn't work for me. In addition to two syntactical errors which are easily corrected, when I attempt to run it I get the following error: bind_param_inout needs a reference to a scalar value It may be that it isn't supposed to work, since the documentation seems to contradict itself on support for arrays/tables/etc. DBD::Oracle 1.22, DBI 1.607, perl v5.10.0 built for x86_64-linux-gnu-thread-multi Hope this helps!
Ok I have fixed it and checked the pod back into trunk the key here is you have to use '\\@arr' not '\@arr' I ran the code and it works fine you can find the changes in http://svn.perl.org/modules/dbd-oracle/trunk it will be in the next release of DBD::Oracle 1.24