Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ERROR ORA-65553 PLS-306
On 20 nov, 10:20, gst..._at_gmail.com wrote:
> Hi
>
> FUNCTION
> gst.ala(al_id_up => :al_id_up,
> as_p => :as_p,
> as_s => :as_s);
>
> al_id_up IN
> as_p OUT
> as_s OUT
>
> How i can use this function in sql ?
> When i try use this function
>
> Select gst.ala(1234);
>
> i have massage error ORA-65553 PLS-306
>
> please help me.
Go learn SQL & PL/SQL! You didn't even read the basics!
Cheers.
Carlos. Received on Tue Nov 20 2007 - 06:34:42 CST
![]() |
![]() |