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

ORA-12153: TNS:not connected

1 Answers  


ORA-00116: SERVICE_NAMES name is too long

1 Answers  


TNS-00211: Total Active Pumps : number

1 Answers  


SQL*Loader-00478: unable to continue due to missing filename for LOBFILE or SDF

1 Answers  


TNS-04004: Unable to encrypt the supplied password.

1 Answers  


ORA-31208: DBMS_LDAP: PL/SQL - Invalid LDAP Message.

1 Answers  


ORA-19699: cannot make copies with compression enabled

1 Answers  


ORA-02049: timeout: distributed transaction waiting for lock

1 Answers  


ORA-19594: controlfile already included as string

1 Answers  


ORA-07404: sfareq: Timeout occurred waiting for request to complete.

1 Answers  


ORA-31434: purge is currently running

1 Answers  


ORA-12069: invalid object for offline instantiation

1 Answers  


Categories