Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL Oracle Object Question
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
![]() |
![]() |