Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Oracle Placeholder Problem in my Perl Script

by mpeppler (Vicar)
on May 28, 2007 at 19:12 UTC ( [id://617868]=note: print w/replies, xml ) Need Help??


in reply to Oracle Placeholder Problem in my Perl Script

It looks like you are trying to use the &foo format for parameters from sqlplus. This will NOT work in perl.

As others have mentioned, use a ? as the placeholder, and pass the parameter in the $sth->execute() call.

Michael

  • Comment on Re: Oracle Placeholder Problem in my Perl Script

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 03:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found