In <[email protected]> Dom 
<[email protected]> 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
[email protected]    watch 'House', or a real serial killer to watch 'Dexter'.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to