PLS-00587: a static method cannot be invoked on an instance
value



PLS-00587: a static method cannot be invoked on an instance value..

Answer / guest

Cause: An attempt was made to use an object instance value,
not a typename, as the qualifier of the name of a method
invocation, but only a typename can be used as the qualifier
when calling a static method.

Action: Use the typename, not an object instance value, to
qualify the name of a method if the method is static.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-02833: Server was unable to close file

1 Answers  


ORA-31624: operation string not allowed when job in string state

1 Answers  


ORA-28007: the password cannot be reused

1 Answers  


ORA-31675: worker process interrupt for unexpected death of master process

1 Answers  


ORA-12823: default degree of parallelism may not be specified here

1 Answers  






KUP-04101: record number rejected in file string

1 Answers  


ORA-07236: slemop: open error.

1 Answers  


O2U-00204: Unable to convert from the database character set to the compiler character set

1 Answers  


ORA-14621: cannot add subpartition when DEFAULT subpartition exists

1 Answers  


ORA-21705: service context is invalid

1 Answers  


NID-00312: Connected to server version string

1 Answers  


ORA-27473: argument string does not exist

1 Answers  


Categories