PLS-00521: ORDER methods must be declared with 1 (one) parameter in addition to (optional) SELF.
Cause: An order member function was declared without the user-specified parameter. Order member functions have two parameters, one is the default SELF parameter which is added by the compiler. the second parameter is added by the user and must declare an order method which must be the same type as the containing object type.
Action: Check and correct the way the parameter is specified.
PLS-00522
Custom Search


More Oracle errors
RMAN-06616RMAN output not resynced for database with DB_UNIQUE_NAME string
CLST-02110missing required parameter -nn with the list of nodenames
ORA-31409one or more values for input parameters are incorrect
ORA-31112fail to string for string port using xdb configuration
PLS-00752Table function string is in an inconsistent state.
RMAN-00577PIPE requires that TARGET be specified on the command line
ORA-33046(XSAGDNGL22) In AGGMAP workspace object, you can specify only one SCREENBY clause.
ORA-54529geometry should have multi-level hierarchy (like triangle)
ORA-09850soacon: Archmon unable to lock named pipe.
ORA-24036invalid SORT_ORDER column string specified for queue table
PGA-22014Transaction code length of number exceeds the maximum of number
RMAN-06081error reading datafile header for datafile string, code string
ORA-06744TLI Driver: listener cannot bind
NID-00398Changing database ID from number to number
ORA-14044only one partition may be moved
ORA-31641unable to create dump file "string"
ORA-02456The HASH IS column specification must be NUMBER(*,0)
SQL*Loader-00512Unable to free read buffer
QSM-02092mv references a sequence number
CLSD-01601CSSD Reconfiguration complete. Active nodes are 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-00521ORDER methods must be declared with 1 (one) parameter in addition to (optional) SELF.