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-00358: column 'string' exists in more than one table;
use qualifier



PLS-00358: column 'string' exists in more than one table; use qualifier..

Answer / guest

Cause: The statement is ambiguous because it specifies two
or more tables having the same column name. For example, the
following statement is ambiguous because deptno is a column
in both tables: SELECT deptno, loc INTO my_deptno, my_loc
FROM emp, dept;

Action: Precede the column name with the table name (as in
emp.deptno) so that the column reference is unambiguous.

Please add more information about this Error

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00385: type mismatch found at 'string' in SELECT...INTO statement

1 Answers  


LFI-00102: Unable to seek in sequentially accessed file.

1 Answers  


ORA-16208: Logical standby dictionary build failed to start.

1 Answers  


ORA-28001: the password has expired

1 Answers  


ORA-28027: privileged database links may be used by global users

1 Answers  


ORA-01932: ADMIN option not granted for role 'string'

1 Answers  


ORA-21520: database server driver not installed

1 Answers  


ORA-28545: error diagnosed by Net8 when connecting to an agent

2 Answers  


DRG-10306: server terminated unexpectedly while processing command

1 Answers  


NNL-00521: Shows or sets the server's system query forwarding requirements

1 Answers  


ORA-06610: LU6.2 Driver: Failed during deallocation

1 Answers  


ORA-14627: Invalid operation was specified on a GLOBAL partitioned index

1 Answers  


Categories