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

ORA-21503: program terminated by fatal error

1 Answers  


TNS-01401: Class: string

1 Answers  


SQL*Loader-00288: Delimiters may not be specified for collections stored in SDF.

1 Answers  


TNS-12599: TNS:cryptographic checksum mismatch

1 Answers  


TNS-00200: Unable to do nsanswer on context result=string

1 Answers  






DRG-11305: create/alter index string is in progress in another session

1 Answers  


ORA-39081: failed to unsubscribe agent string from queue "string"

1 Answers  


ORA-39104: cannot call this function from a SQL parallel query slave process

1 Answers  


PLS-00235: the external type is not appropriate for the parameter

1 Answers  


PLS-00232: nested packages not permitted

2 Answers  


ORA-09282: sllfrb: error reading records

1 Answers  


ORA-00723: Initialization parameter COMPATIBLE must be explicitly set

1 Answers  


Categories