python error PLS-00306: wrong number or types of arguments in

Adeoluwa Odein stratfordtenants at gmail.com
Wed Jul 13 13:11:51 EDT 2011


Hello
I am using the zxJDBC package with jython (similar to python), and I
am having "python error PLS-00306: wrong number or types of arguments"
error when using the "callproc()" method to execute a stored
procedure.

The Oracle stored procedure takes a single OUT varchar2 parameter.  My
code is as follows:

p = [None]
c.callproc('pkg1_returns', p);

...
What I am doing corresponds to the examples..but I can seem to know
why it is not working.  Help.


"Adeoluwa"



More information about the Python-list mailing list