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-27208: syntax error in device PARMS - environment variable value missing
KUP-04106: precision for zoned decimal number is too large for string
ORA-07304: ksmcsg: illegal redo buffer size.
ORA-09796: szrbuild: malloc of role name failed.
QSM-00766: a SQL statement is required for the current workload operation
ORA-40221: maximum target cardinality exceeded
ORA-16951: Too many bind variables supplied for this SQL statement.
ORA-33445: (ESDREAD15) Discarding compiled code for workspace object because workspace object and workspace object, which were not partition-dependent when the code was compiled, are now partition-dependent.
ORA-29838: insufficient privileges to execute the operator(s)
PLS-00425: in SQL, function argument and return types must be SQL type
TNS-01303: ns main err code: number
CLSS-03202: out of sync with master: [string] [string] [string] [string]