kalyanrajsista has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to execute an Oracle stored procedure from Perl using DBI using DBIx::ProcedureCall and I'm encountering this error.
More Info::
I've successfully run my procedure from SQL Developer. Is it OK to use this module and try with other module..
---------- Perl ---------- DBD::Oracle::st execute failed: ORA-06550: line 1, column 14: PLS-00222: no function with name 'ABC' exists in this scope ORA-06550: line 1, column 7: PL/SQL: Statement ignored (DBD ERROR: error possibly near <*> indicato +r at char 13 in 'begin :p1 := <*>abc; end;') [for Statement "begin ? +:= abc; end;" with ParamValues: :p1=undef] at C:/Perl/site/lib/DBIx/P +rocedureCall/Oracle.pm line 152, <CONFIG> line 78. Output completed (2 sec consumed) - Normal Termination
Can any body guide of how should I fix this problem or use any module to execute my stored procedures..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Execute Oracle Stored procedure using DBIx::ProcedureCall
by almut (Canon) on Dec 21, 2009 at 13:40 UTC | |
|
Re: Execute Oracle Stored procedure using DBIx::ProcedureCall
by afoken (Chancellor) on Dec 21, 2009 at 20:49 UTC | |
by kalyanrajsista (Scribe) on Dec 22, 2009 at 08:35 UTC | |
by afoken (Chancellor) on Dec 23, 2009 at 14:15 UTC | |
|
Re: Execute Oracle Stored procedure using DBIx::ProcedureCall
by herveus (Prior) on Dec 22, 2009 at 12:36 UTC | |
|
Re: Execute Oracle Stored procedure using DBIx::ProcedureCall
by Thilosophy (Curate) on Mar 01, 2011 at 03:06 UTC |