PLS-00586: a static method cannot declare a parameter named SELF
Cause: An attempt was made to name a parameter SELF when declaring a static method. SELF is reserved as a parameter name in methods, to hold the object instance on which the method is applied. A parameter named SELF is not allowed in static methods because static methods do not apply to a particular object instance.
Action: Change the name of the parameter in the declaration.
PLS-00587
Custom Search


More Oracle errors
ORA-10618Operation not allowed on this segment
ORA-30002SYS_CONNECT_BY_PATH function is not allowed here
ORA-53000document type "string" is invalid
ORA-26694error while enqueueing into queue string.string
ORA-12077temporary updatable materialized view log does not exist
NID-00440Database ID for database string changed to number.
ORA-36862(XSTFRC02) Column number for this SQL Cache must be between 1 and number. Specified column number number is invalid.
ORA-38104Columns referenced in the ON Clause cannot be updated: string
ORA-16095Dependent destination removal for inactivation
IMG-00001unable to initialize Oracle Multimedia environment
ORA-19125FORG0005: fn:exactly-one() called with a sequence containing zero or more than one item
ORA-14140table string.string is already in read/write mode
OCI-19212no key columns specified before call to DBMS_XMLSTORE.updateXML()
TNS-04203Trace Assistant Usage ERROR: Invalid options
PCB-00014Must use option OUTLINE when option OUTLNPREFIX is used
NZE-29237the cryptographic engine could not finish the algorithm
NNO-00613disabling FORWARDING-DESIRED on system queries
ORA-07622smscre: $CREATE failure
SQL-02107Program too old for runtime library; please re-precompile it
QSM-00792the specified SQL statement cannot be stored in the workload because one or more tables have missing statistics




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-00586a static method cannot declare a parameter named SELF