Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Q:out paramter in a function???
I found the problem
> Package Body TEST
> IS
> Function function_name
> ( param1 NUMBER,
> param2 NUMBER)
param2 OUT NUMBER)
>
> RETURN BOOLEAN
> IS
> BEGIN
> select 1 into param2 from dual;
> return TRUE;
> END;
> END;
Received on Wed Aug 18 1999 - 11:01:35 CDT
![]() |
![]() |