Re: help with odd DBI perpare/execute errors
"Martin J. Evans" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
On 03/06/15 14:06, William Bulley wrote: > Environment Perl script trying to query Oracle 11g database: > > FreeBSD 9.3-STABLE > > DBI 1.633 > > oracle8-client 0.2.0 > > DBD::Oracle 1.19 It seems I missed this ^^^^^ A 9 year old DBD::Oracle. I can well believe the preparse code has changed or been fixed in all that time. I've recommended William tries a newer version as I suspect the preparse code it failing since those ? should not get to Oracle. Martin