PLS-00520: MAP methods must be declared without any parameters other than (optional) SELF.
Cause: A MAP member function was declared with a parameter. Map member functions can have only one parameter: the default SELF parameter. Map methods must be declared without any parameters. The compiler adds the SELF parameter.
Action: Remove the parameter from the map member function.
PLS-00521
Custom Search


More Oracle errors
NNL-00531flush_name <name> : removes a name from caches along a route to an authoritative server
SQL*Loader-00432converted data too large
ORA-06311IPA: Maximum number of servers reached
ORA-32316REFRESH FAST of "string"."string" unsupported after mixed DML
ORA-04042procedure, function, package, or package body does not exist
ORA-46055Invalid Role specified
RMAN-06541Tablespace string will be included in future whole database backups
PLW-06009procedure "string" OTHERS handler does not end in RAISE or RAISE_APPLICATION_ERROR
IMG-00824fail queue pop failed
PGU-30601COBOL mask: string
NNL-00528[set] password <password> : set the password for subsequent calls
ORA-38951Target platform string not cross platform compliant
ORA-01531a database already open by the instance
ORA-24393invalid mode for creating connection pool
ORA-14508specified VALIDATE INTO table not found
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-41620invalid ordering property for the rule class
ORA-13831SQL profile name specified is invalid
PGU-30622unable to insert string value for field string
ORA-44301NULL service name is not permitted




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-00520MAP methods must be declared without any parameters other than (optional) SELF.