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-33036(XSAGDNGL17) ARGS option workspace object must be a TEXT variable.
DRG-11223Third-party filter indicates this document is password protected or encrypted.
ORA-06307IPA: Cannot reset connection
RMAN-08537channel string: skipped, AUTOBACKUP already found
ORA-31071Invalid database username or GUID string
ORA-02218invalid INITIAL storage option value
ORA-02098error parsing index-table reference (:I)
QSM-00805the specified recommendation string value string is invalid
PLS-00680BEFORE/AFTER ROW sections were used in a view trigger
ORA-12592TNS:bad packet
LPX-00240element-start tag is not well formed
ORA-27467invalid datatype for string value
PCC-02201Found syntax error
NNL-00904NAME EXISTS responses sent: number
ORA-13147failed to generate MBR
ORA-38738Flashback log file is not current copy.
KUP-04069error fetching data for external table
ORA-19633control file record string is out of sync with recovery catalog
CLST-02503failure string opening configuration for delete operation
RMAN-06175deleted script: 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-00586a static method cannot declare a parameter named SELF