in reply to Re: DBI & DBD::Oracle -- Executing a statement handle across a database link
in thread DBI & DBD::Oracle -- Executing a statement handle across a database link

Thank you. I'll take a look at applying this recommendation for numeric parameters:


$sth->bind_param(1, $parm1, { ora_csform => SQLCS_IMPLICIT });

Unfortunately, the problem has 'magically' resolved itself, without any (known) tinkering with Oracle or my code. I guess I'll have to wait until the problem resurfaces before I can test this out.

  • Comment on Re^2: DBI & DBD::Oracle -- Executing a statement handle across a database link
  • Download Code