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...


PLS-00402: alias required in SELECT list of cursor to avoid
duplicate column names

Answers were Sorted based on User's Feedback



PLS-00402: alias required in SELECT list of cursor to avoid duplicate column names..

Answer / guest

Cause: A cursor was declared with a SELECT statement that
contains duplicate column names. Such references are ambiguous.

Action: Replace the duplicate column name in the select list
with an alias.

Please add more information about this Error

Is This Answer Correct ?    3 Yes 3 No

PLS-00402: alias required in SELECT list of cursor to avoid duplicate column names..

Answer / chimbu

Remove the same column name in cusor query.

ex:

select a1,a2,a1 from table1;

Here their are two columns named a1.

Remove it and you wont get the error

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-03999: Oracle error occurred while while converting a date: ORA-number: string

1 Answers  


ORA-26669: parameter string inconsistent with parameter string

1 Answers  


ORA-14400: inserted partition key does not map to any partition

1 Answers  


LPX-00207: expected "[" at the start of conditional section

1 Answers  


PCC-00089: Invalid Oracle TYPE specification

1 Answers  


ORA-07591: spdde: $GETJPIW failure

1 Answers  


TNS-02513: Requested data type does not match retrieved type

1 Answers  


ORA-14011: names assigned to resulting partitions must be distinct

1 Answers  


DGM-16952: unable to describe configuration

1 Answers  


O2F-00308: No type specifications were seen in the INTYPE file

1 Answers  


ORA-28668: cannot reference mapping table of an index-organized table

1 Answers  


ORA-13640: The current operation was cancelled because it timed out, and was not in interruptible mode.

1 Answers  


Categories