PLS-00423: ORDER BY item must be the number of a SELECT-list
expression



PLS-00423: ORDER BY item must be the number of a SELECT-list expression..

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01943: IDENTIFIED BY already specified

1 Answers  


PCC-02450: Cursor was not declared in scrollable mode

1 Answers  


ORA-16771: Converting physical standby to primary failed in the failover operation.

1 Answers  


TNS-04067: Number of connections: number.

1 Answers  


ORA-25504: the system is already in quiesced state

1 Answers  






ORA-31057: Display Name of the element being inserted is null

1 Answers  


PCB-00222: Size for host variable string exceeds maximum size

1 Answers  


PCC-02301: cannot reopen input file for reading

1 Answers  


ORA-16187: LOG_ARCHIVE_CONFIG contains duplicate, conflicting or invalid attributes

1 Answers  


PLS-00728: the limit of a VARRAY can only be increased and to a maximum 2147483647

1 Answers  


ORA-01463: cannot modify column datatype with current constraint(s)

1 Answers  


DRG-10550: illegal syntax for index, preference, source or section name

1 Answers  


Categories