PLS-00588: unqualified instance attribute references allowed
only in member methods



PLS-00588: unqualified instance attribute references allowed only in member methods..

Answer / guest

Cause: An attempt was made to use the name of an object
instance attribute in the body of a static method, or in an
initialization default value on another attribute. If the
instance attribute is not qualified with a particular object
instance that supplies a value, the instance attribute can
be named only when it is inside a member method.

Action: Qualify the attribute reference with the name of an
object value, or change the containing method to a member
method rather than a static method.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-01422: Aliases

1 Answers  


ORA-22062: invalid input string [string]

1 Answers  


ORA-02372: data for row: string

1 Answers  


ORA-01351: tablespace given for Logminer dictionary does not exist

1 Answers  


PCC-00060: Both CURSOR and STATEMENT have AT clauses at line number of file string.

1 Answers  






PLS-00438: value in LIMIT clause: 'string' use is invalid

1 Answers  


ORA-29306: datafile string is not online

1 Answers  


ORA-24313: user already authenticated

1 Answers  


TNS-12233: TNS:Failure to accept a connection

1 Answers  


QSM-01002: no query rewrite when OPTIMIZER_MODE is rule based

1 Answers  


ORA-06422: NETCMN: Error in sending data

1 Answers  


LPX-00279: invalid no_proxy "~s"

1 Answers  


Categories