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

Home -> Community -> Usenet -> c.d.o.server -> Re: No errors shown after Compiled with errors message

Re: No errors shown after Compiled with errors message

From: Aleksey Burdakov <burdakov_at_vesco.ru>
Date: 26 Sep 2001 03:43:40 -0700
Message-ID: <9292180b.0109260243.6d542d55@posting.google.com>


Thanks,

I've already done that, and finally, I have succeeded in validating my package, so right now it works.

BUT the question was "Whay cannot I see errors after Compiled with errors message ?"...

Best Regards,

Aleksey Burdakov

P.S. Thanks for your help anyway.

> Your function decralations don't match their definitions.
>
> declarations:
> function ISN(str IN number) return number;
> function ISN(str IN date) return number;
>
> definitions:
> function ISN(n IN number) return number IS
> function ISN(d IN date) return number IS
>
> Just change str into n and d in package specification. Yep, I know,
> formal parameters names shouldn't matter - just their types should -
> but its the way pl/sql works.
>
> Regards,
> Igor.
>
> burdakov_at_vesco.ru (Aleksey Burdakov) wrote in message news:<9292180b.0109240258.5924fb41_at_posting.google.com>...
Received on Wed Sep 26 2001 - 05:43:40 CDT

Original text of this message

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