Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> ERROR ORA-65553 PLS-306

ERROR ORA-65553 PLS-306

From: <gstoch_at_gmail.com>
Date: Tue, 20 Nov 2007 01:20:26 -0800 (PST)
Message-ID: <78f7f7d4-5a8e-4588-a2b5-2fe954ae5632@y5g2000hsf.googlegroups.com>


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. Received on Tue Nov 20 2007 - 03:20:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US