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-01308: initialization parameter utl_file_dir is not set

2 Answers  


RMAN-08085: created script string

1 Answers  


KUP-03005: relative end (number) specified does not match fieldlen(number) for field string

1 Answers  


ORA-00329: archived log begins at change string, need change string

1 Answers  


ORA-27214: skgfrsfe: file search failed

1 Answers  






LPX-00652: SAX callback returns with error.

1 Answers  


ORA-00325: archived log for thread string, wrong thread # string in header

1 Answers  


RMAN-08504: input archive log thread=string sequence=string recid=string stamp=string

2 Answers  


DRG-11404: no primary key value specified

1 Answers  


KUP-04088: data sampling is not supported by this access driver

1 Answers  


ORA-06116: NETTCP: unable to create ORASRV process

1 Answers  


PCC-02356: Warning at line number, column number, file string:

1 Answers  


Categories