RE: Bug in DBD::Oracle v 1.21 ?

2008-09-12 Thread scoles
; "USER_DATA" needs to show up as binary with a length of 207. I tried > passing 207 as the length, and still no luck. Anyone got any ideas? > > Thanks, > > Joe > > -Original Message- > From: Tim Bunce [mailto:[EMAIL PROTECTED] On Behalf Of Tim Bunce > S

RE: Bug in DBD::Oracle v 1.21 ?

2008-08-12 Thread Orcino, Joe
lis , SIZMILI) ; $osaq->execute ; # packets sent via Oracle Streams My sincere thanks to everyone who tried to help. Joe Orcino -Original Message- From: Sven Miller [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 12:08 PM To: Or

Re: Bug in DBD::Oracle v 1.21 ?

2008-08-07 Thread Sven Miller
Unless this is not an exact copy, there appears to be a bug in your code. You are missing a comma between "$packetCard" and "{ ORA_TYPE => ORA_RAW }", as well as in a few other places. Adding that comma may fix it. If not, I am not seeing any difference in DBD::Oracle's handling between ORA_RAW

RE: Bug in DBD::Oracle v 1.21 ?

2008-08-07 Thread Orcino, Joe
ino, Joe Cc: dbi-users@perl.org; Phelan, Tom Subject: Re: Bug in DBD::Oracle v 1.21 ? On Tue, Aug 05, 2008 at 04:53:16PM -0700, Orcino, Joe wrote: > $osaq->bind_param(':ImmPacket', $packetCard > { ORA_TYPE => ORA_RAW }) ; > Fo

RE: Bug in DBD::Oracle v 1.21 ?

2008-08-07 Thread Orcino, Joe
, 2008 3:51 AM To: Orcino, Joe Cc: dbi-users@perl.org; Phelan, Tom Subject: Re: Bug in DBD::Oracle v 1.21 ? On Tue, Aug 05, 2008 at 04:53:16PM -0700, Orcino, Joe wrote: > $osaq->bind_param(':ImmPacket', $packetCard > { ORA_TYPE =&g

Re: Bug in DBD::Oracle v 1.21 ?

2008-08-06 Thread Tim Bunce
On Tue, Aug 05, 2008 at 04:53:16PM -0700, Orcino, Joe wrote: > $osaq->bind_param(':ImmPacket', $packetCard > { ORA_TYPE => ORA_RAW }) ; > For each execution (in a loop), I get no errors and the queue is > incremented (indicating receipt of a record), bu