PLS-00587: a static method cannot be invoked on an instance value
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.
PLS-00588
Custom Search


More Oracle errors
ORA-15515error while replaying remote procedure call: "string.string.string"
DIA-48180OS open system call failure
ORA-12662proxy ticket retrieval failed
ORA-12345user string lacks CREATE SESSION privilege in database link (linkname string)
PLS-00503RETURN <value> statement required for this return from function
ORA-10906Unable to extend segment after insert direct load
ORA-00125connection refused; invalid presentation
ORA-30153An invalid File Object is passed to the OCIFile function
PGA-21031length of string value (number) not within valid range (number:number)
ORA-15291ASM could not add disk "string" to disk group "string"
KUP-04047error parsing record from external data source
ORA-31218DBMS_LDAP: PL/SQL - Invalid LDAP deleteoldrdn.
ORA-13795missing task execution
LFI-00106Path object holds more than one path.
ORA-31447cannot create change tables in the SYS schema
ORA-22629OCIAnyData is null
ORA-35569(XSRWLD05) An error was encountered in converting data string to string in column number.
QSM-00512invalid summaries specified in the retention-list
ORA-29872parameters clause cannot be combined with the specified options
NNL-00211Cache checkpoint interval is now string




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLS-00587a static method cannot be invoked on an instance value