Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


ORA-32033: unsupported column aliasing

Answers were Sorted based on User's Feedback



ORA-32033: unsupported column aliasing..

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

ORA-32033: unsupported column aliasing..

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

ORA-32033: unsupported column aliasing..

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

Post New Answer

More Oracle Errors Interview Questions

ORA-09211: sfwfb: error writing to file

1 Answers  


NNF-04001: Error converting input file

1 Answers  


ORA-19023: The first argument to UPDATEXML operator has to be an XMLTYPE

1 Answers  


RMAN-06181: multiple channels require Enterprise Edition

1 Answers  


PCC-02324: found variable name used as a typedef name

1 Answers  


ORA-28605: bitmap indexes cannot be reversed

1 Answers  


ORA-14125: REVERSE/NOREVERSE may not be specified in this context

1 Answers  


ORA-09850: soacon: Archmon unable to lock named pipe.

1 Answers  


ORA-13270: OCI error string

1 Answers  


ORA-14269: cannot exchange partition other than a Range or Hash partition

1 Answers  


TNS-00117: Internal error- No data passed through pump

1 Answers  


ORA-07221: slspool: exec error, unable to start spooler program.

1 Answers  


Categories