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

O2F-00328: Illegal INITFUNC name

1 Answers  


ORA-22871: ALTER TYPE with REPLACE is not allowed for pure incomplete types

1 Answers  


NZE-28837: no wallet descriptor

1 Answers  


ORA-02068: following severe error from stringstring

2 Answers  


ORA-31090: invalid database schema name "string"

1 Answers  






ORA-38747: corrupt before image (file# string, block# string)

1 Answers  


ORA-13330: invalid MASK

1 Answers  


PCC-02022: Found end of file while scanning a SQL statement

1 Answers  


ORA-24348: Update or Delete without Where

1 Answers  


PCC-00077: Colon usage with numeric label in WHENEVER statement is not ANSI

1 Answers  


ORA-27128: unable to determine pagesize

1 Answers  


ORA-12323: unable to open database (link name string)

1 Answers  


Categories