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-16195: DG_CONFIG requires DB_UNIQUE_NAME be explicitly defined
ORA-16084: an apply engine is already running
ORA-19568: a device is already allocated to this session
QSM-01018: single table materialized join view rewrite not required
ORA-12982: cannot drop column from a nested table
TNS-04072: Unable to suspend atleast one of the gateways.
RMAN-04014: startup failed: string
RMAN-06280: Report of obsolete backups and copies
ORA-29521: referenced name string could not be found
ORA-28528: Heterogeneous Services datatype conversion error
ORA-16171: RECOVER...FINISH not allowed due to gap for thr string, seq string-string
ORA-14157: invalid subpartition name