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-25266: didnt try to dequeue by message id. with the signature

1 Answers  


NNO-00705: warning: cannot open checkpoint file "string", checkpointing disabled

1 Answers  


ORA-19680: some blocks not recovered. See trace file for details

1 Answers  


ORA-19605: input filename must be specified

1 Answers  


RMAN-06466: error parsing configuration string (string)

1 Answers  






ORA-32135: Cannot assign FILEs

1 Answers  


ORA-16046: Archive log destination failed due to failed dependent destination

1 Answers  


ORA-03289: partition name and segment type do not match

1 Answers  


ORA-06568: obsolete ICD procedure called

1 Answers  


ORA-31223: DBMS_LDAP: cannot open more than string LDAP server connections

1 Answers  


ORA-10637: The segment does not exist

1 Answers  


ORA-31153: Cannot create schema URL with reserved prefix "http://xmlns.oracle.com/xdb/schemas/"

1 Answers  


Categories