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-37031(XSMLTMAINT02) You cannot DELETE values of dimension workspace object in MULTI mode.
ORA-24156duplicate table alias string
ORA-02001user SYS is not permitted to create indexes with freelist groups
ORA-39917SYS owned object string in tablespace string not allowed in pluggable set
PGU-00322total size of command line parameters exceeds buffer size
QSM-01091cost based optimizer found query rewrite is more expensive
ORA-16659failover operation in progress
TNS-04074Invalid value for the parameter string.
O2F-00309Name of user-defined type is illegal or missing
ORA-13600error encountered in Advisor string
ORA-53018document string contains an unsupported encrypt action attribute
ORA-06592CASE not found while executing CASE statement
SQL*Loader-00529OCI return status: invalid handle
PCC-02066CMD-LINE: Could not find or could not open system config file
ORA-06959Buffer I/O quota is too small
ORA-38767flashback retention target parameter mismatch
ORA-56718Timeout occurred while setting resource plan
DIA-49427No such file or file not accessible [string]
TNS-12623TNS:operation is illegal in this state
ORA-22958This operation is not allowed in check constraints or triggers




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