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 |
LFI-00102: Unable to seek in sequentially accessed file.
TNS-01108: Listener password prompt failed
ORA-22614: error while construction the collection in the image
ORA-02790: File name is too long
IMP-00072: Warning: The object table's object identifier is invalid.
PCC-00128: Command line processor severe error
ORA-13273: dimension metadata table string does not exist
LSX-00200: element "~S" not empty
NNO-00267: warning: configuration database contains no data for server "string"
TNS-01021: ------------------------
ORA-19210: column 'string', specified to be a key or update column for DBMS_XMLSTORE, does not not exist in table 'string'
RMAN-10015: error compiling PL/SQL program