cx_Oracle, callfunc and varray

John Gordon gordon at panix.com
Fri Jan 9 16:10:58 EST 2015


In <db700d22-f8a0-40bb-9e01-1a9a0caba1f1 at googlegroups.com> Dom <dominic.giles at gmail.com> writes:

> create or replace PACKAGE SIMPLEPACKAGE
> AS
>   FUNCTION DoSomethingSimple(
>       cust_id INTEGER)
>     RETURN numarray;
>   FUNCTION DoSomethingSimpler(
>       cust_id INTEGER)
>     RETURN INTEGER;
> END SIMPLEPACKAGE;
> /

> Any ideas what I'm doing wrong?

Is RETURN INTEGER; allowed?

-- 
John Gordon         Imagine what it must be like for a real medical doctor to
gordon at panix.com    watch 'House', or a real serial killer to watch 'Dexter'.




More information about the Python-list mailing list