|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: Execute Oracle Stored procedure using DBIx::ProcedureCallby herveus (Parson) |
| on Dec 22, 2009 at 12:36 UTC ( #813866=note: print w/ replies, xml ) | Need Help?? |
|
Howdy! It appears that you are attempting to execute the PL/SQL block:
That is attempting to call the function abc, not the proceudre abc, hence your error message. Try changing the PL/SQL to:
yours, Michael
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||