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 -> Re: PLS-00306 error with simple function call within a package

Re: PLS-00306 error with simple function call within a package

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Sun, 26 Jun 2005 12:39:09 +0200
Message-ID: <d9m0a0$sfc$1@news6.zwoll1.ov.home.nl>


Texar wrote:
> Hello,
>
> i am trying to call a function inside a package. (basic operation)
>
> I do not have the package source and it is wrapped, so i can't see the
> source.
>
> the doc only say:
>
> function: opensession:
>
> in: login: varchar2
> pass: varchar2
> out: result number
>

maybe the doc is wrong,
try:

desc owner.package,
and see what the actual
params for the function are

-- 
Regards,
Frank van Bortel
Received on Sun Jun 26 2005 - 05:39:09 CDT

Original text of this message

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