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: PL/SQL help needed

Re: PL/SQL help needed

From: BSI <BSI_at_home.com>
Date: Sun, 03 Apr 2005 22:03:43 GMT
Message-ID: <Xns962D9990353A1BSIhomecom@140.99.99.130>


"Vitalis" <vitalisREMOVETHAT_at_numericable.fr> wrote in news:424fd14d$0$17273$636a15ce_at_news.free.fr:

>
> Hi,
>
> The error is due to the fact that in procedures, the parameter mode of
> SELF defaults to IN OUT.
> So to correct your code, change both related lines to:
> MEMBER PROCEDURE PrepareSegment(self in proc, aIndex IN NUMBER)
>
> HTH
> Jerome
>
>
>

Thank-you very much! Received on Sun Apr 03 2005 - 17:03:43 CDT

Original text of this message

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