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

John Gordon gordon at panix.com
Wed Jul 13 14:26:40 EDT 2011


In <d45161dc-648c-4a44-a563-317b5f5e5699 at h14g2000yqd.googlegroups.com> Adeoluwa Odein <stratfordtenants at gmail.com> writes:

> The actual jython/python call is:

> p =3D [None]
> c.callproc('c2_pkg.RS22', p);

> I used a placeholder initially; now that you have the SQL code, there
> it is.  It essentially invokes the stored procedure, and it should
> return the OUT variable p, with some value.  It doesn't have to be a
> cursor fetch; even a minor text assignment.

That procedure is defined as taking one parameter, but you're passing
an empty parameter list.  Why?

-- 
John Gordon                   A is for Amy, who fell down the stairs
gordon at panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"




More information about the Python-list mailing list