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

NZE-29159: Unable to read library.

1 Answers  


ORA-14288: index is not partitioned by Composite Range method

1 Answers  


SQL*Loader-00913: Error fetching results of select statement (upi): [number]

1 Answers  


PLS-00628: 'string' must be a valid record attribute

1 Answers  


ORA-29842: option not supported with the version string of the indextype interface

1 Answers  


TNS-00250: Navigator has been started

1 Answers  


ORA-14637: cannot merge a subpartition with itself

1 Answers  


ORA-27209: syntax error in device PARMS - unknown keyword or missing =

1 Answers  


ORA-06722: TLI Driver: connection setup failure

1 Answers  


SQL*Loader-00473: nesting of collections is not allowed.

1 Answers  


DRG-12516: language column must be specified when using the multi stoplist

1 Answers  


ORA-09701: scnfy: maximum number of processes exceeded

1 Answers  


Categories