Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: How to call Oracle stored procedures?

by holcapek (Sexton)
on Nov 01, 2006 at 10:15 UTC ( [id://581647]=note: print w/replies, xml ) Need Help??


in reply to How to call Oracle stored procedures?

Can't test it right now (no Oracle instance nearby), but AFAIK I've been calling stored procedures this way:
$dbh->do("begin my_plsql_func; end;");
And as I see, others do the same: http://orafaq.com/faq/how_does_one_invoke_stored_procedures_with_dbi

Log In?
Username:
Password:

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

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

    No recent polls found