Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Re: DBI and Oracle 8i

by pileswasp (Monk)
on Mar 09, 2001 at 22:34 UTC ( [id://63299]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: DBI and Oracle 8i
in thread DBI and Oracle 8i

Try:
use DBD::Oracle qw(:ora_types);

and then you can bind $data with:
$sth->bind_param( 2, $data, { ora_types => 'ORA_LONG'} )

which'll almost certainly work.

Hope you have more fun than I did

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://63299]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-19 07:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found