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"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to