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

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

Oracle Error Message

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

Reason for the Error

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.

Solution

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.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...