PLS-00524: The parameter type in an ORDER method must be the containing object type.
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-00525
Custom Search


More Oracle errors
ORA-16269PL/SQL procedure skipped due to failure on primary database
ORA-13645The specified execution string does not exist for this task.
ORA-23331column group string does not exist
ORA-32578password for SYS already specified
LPX-01065[XQST0065] Repeated ordering mode declaration
ORA-12703this character set conversion is not supported
PCC-00063Reached end of file string before End-of-Statement at line number!
ORA-31077invalid attribute "string" specified
TNS-01153Failed to process string: string
ORA-12321database (link name string) is not open and AUTO_MOUNTING=FALSE
ORA-12667Shared server: outbound transport protocol different from inbound
PCC-00036No input file name specified
QSM-00791the specified SQL statement cannot be stored in the workload because is contains unsupported statement type
NNL-00290Cancelled cache flush
RMAN-08300Run SQL script string on the target platform to create database
ORA-02166ARCHIVELOG and NOARCHIVELOG specified
ORA-53050The data model is being edited by another user.
PLS-00103string
ORA-02365error seeking in file: string
ORA-36376(XSAGZERO) AGGREGATE attempted to divide by zero. Set DIVIDEBYZERO to YES if you want NA to be returned as the result of a division by zero.




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-00524The parameter type in an ORDER method must be the containing object type.