Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Execute Oracle Stored procedure using DBIx::ProcedureCall

by herveus (Prior)
on Dec 22, 2009 at 12:36 UTC ( [id://813866]=note: print w/replies, xml ) Need Help??


in reply to Execute Oracle Stored procedure using DBIx::ProcedureCall

Howdy!

It appears that you are attempting to execute the PL/SQL block:

BEGIN ? := abc; END;

That is attempting to call the function abc, not the proceudre abc, hence your error message. Try changing the PL/SQL to:

BEGIN abc; END;

yours,
Michael

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 07:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found