Re: ORA-03124
Richie <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
On 12/16/2013 10:06 PM, Junji Ochi wrote: > > $sql1 = "SELECT a_SESSION FROM TEST_TB WHERE ID=?"; > $sth = $dbh->prepare($sql1); > $sth->bind_param( 1,'84c8aab5140cbf000a3ddaf80257b7c2695b6c23'); > Unconfirmed but have you tried adding in a bind type to the bind_param call ie SQL_CHAR ref: http://search.cpan.org/~timb/DBI-1.630/DBI.pm#bind_param