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 09:34:36 GMT
Message-ID: <Xns962D10D62D316BSIhomecom@140.99.99.130>


fitzjarrell_at_cox.net wrote in
news:1112502203.094831.127380_at_z14g2000cwz.googlegroups.com:

> One idea is to use proper English when addressing the group; the next
> is to actually read the documentation:
>
> http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96624/10_
> objs.htm#2691
>
> Apparently this is something you haven't yet completed.
>
>
> David Fitzjarrell
>

Not sure what you mean by English, it is PL/SQL after all.

Thanks for the link. I have read through this section before, but since you have pointed it out, i went through it again and thought about it some more and arrived at the following. Correct me if i'm wrong. A MEMBER FUNCTION won't be able to call a MEMBER PROCEDURE using default Self because MEMBER PROCEDURE defines its parameter mode as IN OUT. Unless you specify Self's parameter mode as IN for the MEMBER PROCUEDURE, there will be a compiler error.

Thanks. Received on Sun Apr 03 2005 - 04:34:36 CDT

Original text of this message

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