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

RMAN-06055: could not find log sequence string thread string

1 Answers  


PCC-00090: Precision/scale specification must be given for DECIMAL datatype

1 Answers  


TNS-01082: Running in PROXY mode

1 Answers  


ORA-02818: Less than the number of blocks requested was read in

1 Answers  


ORA-06025: NETASY: Configuration error

1 Answers  


PCC-02347: PL/SQL found syntax errors

1 Answers  


ORA-06524: Unsupported option : string

1 Answers  


ORA-01656: max # extents (string) reached in cluster string.string

1 Answers  


ORA-09923: Can't spawn process - user log directory not created properly

1 Answers  


ORA-09841: soacon: Name translation failure.

1 Answers  


ORA-13296: incorrect coordinate system specification

1 Answers  


ORA-21301: not initialized in object mode

1 Answers  


Categories