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 Oracle Object Question

Re: PL/SQL Oracle Object Question

From: <srivenu_at_hotmail.com>
Date: 15 Nov 2005 08:17:13 -0800
Message-ID: <1132071433.343724.112500@z14g2000cwz.googlegroups.com>


Notes from Metalink
Member functions, by default, pass the SELF parameter as an IN parameter. Since
IN parameters are treated as read-only, assignment to attributes of the object
are prohibited.

If you add the SELF parameter explicitly to the parameter list and modify it's
mode to IN OUT, the error will be eliminated.

regards
srivenu Received on Tue Nov 15 2005 - 10:17:13 CST

Original text of this message

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