ORA-32033: unsupported column aliasing
Answers were Sorted based on User's Feedback
Answer / bunditj
The database version is major problem. Using a column alias on subquery factoring, it is not allowed on 10g, but practical to 11g onwards.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dhanabalan
ORA-32033: unsupported column aliasing
32033. 00000 - "unsupported column aliasing"
*Cause: column aliasing in WITH clause is not supported yet
*Action: specify aliasing in defintion subquery and retry
WITH Numbers(n) AS
(
SELECT 1 AS N
FROM dual
UNION ALL
SELECT N + 1 AS N
FROM Numbers
WHERE N < 9
)
SELECT *
FROM Numbers;
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / guest
Cause: column aliasing in WITH clause is not supported yet
Action: specify aliasing in defintion subquery and retry
Please add more information about this Error
| Is This Answer Correct ? | 4 Yes | 6 No |
ORA-09211: sfwfb: error writing to file
NNF-04001: Error converting input file
ORA-19023: The first argument to UPDATEXML operator has to be an XMLTYPE
RMAN-06181: multiple channels require Enterprise Edition
PCC-02324: found variable name used as a typedef name
ORA-28605: bitmap indexes cannot be reversed
ORA-14125: REVERSE/NOREVERSE may not be specified in this context
ORA-09850: soacon: Archmon unable to lock named pipe.
ORA-13270: OCI error string
ORA-14269: cannot exchange partition other than a Range or Hash partition
TNS-00117: Internal error- No data passed through pump
ORA-07221: slspool: exec error, unable to start spooler program.