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-00257archiver error. Connect internal only, until freed.
ORA-14156invalid number of subpartitions specified in [SUBPARTITIONS | SUBPARTITION TEMPLATE] clause
ORA-26677Streams downstream capture process string cannot proceed
ORA-03245Tablespace has to be dictionary managed, online and permanent to be able to migrate
ORA-16045circular archive log destination dependency chain
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
OCI-22315type "string" does not contain a map or order function
PCB-00101Could not find or open system configuration file
ORA-16232adding Logical Standby skip entry for table string.string
RMAN-06407auxiliary instance file string deleted
ORA-00019maximum number of session licenses exceeded
ORA-01612instance string (thread string) is already enabled
RMAN-06807compression algorithm cannot be used because database compatibility is less than string
ORA-13355SDO_ORDINATE_ARRAY not grouped by number of dimensions specified
OCI-30157An invalid argument was given to operating system call
ORA-44311service string not running
ORA-39210A PCTSPACE adjustment of string is invalid.
RMAN-08545flashback command failed: See trace file for details
ORA-01196file string is inconsistent due to a failed media recovery session
NZE-28838no identity descriptor




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