PLS-00423: ORDER BY item must be the number of a SELECT-list expression
Cause: A column alias was used in the ORDER BY clause of a SELECT statement that uses a UNION, INTERSECT, or MINUS set operator. This is not allowed. In such cases, expressions in the ORDER BY clause must be unsigned integers that designate the ordinal positions of select-list items.
Action: Change the alias in the ORDER BY clause to an unsigned integer that designates the ordinal position of the select item in question.
PLS-00424
Custom Search


More Oracle errors
ORA-30466can not find the specified workload string
ORA-19756corrupt block number string found in change tracking file
ORA-06024NETASY: VTM error
LPX-00659Output write failed.
ORA-08331Wait operation timed out
ORA-19153FOCH0002: unsupported collation
DIA-48444The single "." and "*" cannot appear in the middle of the path
ORA-12448policy string not applied to schema string
PLS-00607SQLJ Object Types can have only SQLJ Types as its supertype or subtype
SQL*Loader-00624no terminator found after TERMINATED and ENCLOSED field
ORA-23614Script string does not exist
ORA-29384number of consumer groups and sub-plans for plan string exceeds string
ORA-23482column string of "string"."string": object types not allowed.
NNF-04009Usage: tns2nis <filename>
OCI-21707pin duration is longer than allocation duration
ORA-07239slemrd: invalid file handle, seals do not match.
ORA-27142could not create new process
ORA-23377bad name string for missing_rows_oname1 argument
ORA-01607cannot add logfile to the specified instance
ORA-06709TLI Driver: message send failure




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-00423ORDER BY item must be the number of a SELECT-list expression