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 |
RMAN-08521: offline range recid=string stamp=string
DRG-12430: mandatory argument missing: string
ORA-02226: invalid MAXEXTENTS value (max allowed: string)
TNS-04078: Unable to resume atleast one of the gateways.
IMP-00098: INTERNAL ERROR: string
DRG-12201: section group string already exists
DRG-10303: could not queue given commands to be processed
ORA-29841: invalid option for ALTER INDEXTYPE
ORA-10585: Test recovery can not apply redo that may modify control file
PROT-00807: Please ensure you have file creation privileges in the executing directory before running this tool.
ORA-29821: specified primary operator does not exist
LSX-00214: too many occurrences of particle "~1S", maximum is ~2d