dbTalk Databases Forums  

ERROR ORA-65553 PLS-306

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss ERROR ORA-65553 PLS-306 in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
gstoch@gmail.com
 
Posts: n/a

Default ERROR ORA-65553 PLS-306 - 11-20-2007 , 03:20 AM






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.

Reply With Quote
  #2  
Old   
Carlos
 
Posts: n/a

Default Re: ERROR ORA-65553 PLS-306 - 11-20-2007 , 06:34 AM






On 20 nov, 10:20, gst... (AT) gmail (DOT) com wrote:
Quote:
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.


Reply With Quote
  #3  
Old   
DA Morgan
 
Posts: n/a

Default Re: ERROR ORA-65553 PLS-306 - 11-20-2007 , 07:57 AM



gstoch (AT) gmail (DOT) com wrote:
Quote:
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.
What you have described, above, is not a function. Run the following
and post the results.

set long 1000000

SELECT dbms_metadata.get_ddl('FUNCTION', "GST.ALA") FROM dual;

Also post the actual error message not your abbreviated interpretation
of it and your version number.

PS: Whoever named the object and its parameters needs a basic class in
programming.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.