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

ORA-01867: the interval is invalid

1 Answers  


TNS-00536: Connection entered inappropriate state

1 Answers  


ORA-22612: TDS does not describe a collection TDS

1 Answers  


PCC-02204: EXEC SQL INCLUDE not permitted from within an included file

1 Answers  


ORA-02277: invalid sequence name

1 Answers  


ORA-01356: active logminer sessions found

1 Answers  


ORA-13838: invalid ADDRESS value

1 Answers  


ORA-01072: cannot stop ORACLE; ORACLE not running

1 Answers  


RMAN-06008: connected to recovery catalog database

1 Answers  


NPL-00303: uninitialized ASN.1 class attribute

1 Answers  


QSM-00710: data access error in module string

1 Answers  


TNS-00079: * log_off - ask process_name to turn logging off

1 Answers  


Categories