Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PLS-00306 error with simple function call within a package
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 BortelReceived on Sun Jun 26 2005 - 05:39:09 CDT
![]() |
![]() |