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 |
TNS-04006: Invalid password
ORA-14289: cannot make local index partition of Composite Range partitioned table unusable
ORA-13031: Invalid Gtype in the SDO_GEOMETRY object for point object
NCR-03009: NCRO: Protocol version mismatch
ORA-26099: direct path context is already prepared
ORA-02053: transaction string committed, some remote DBs may be in-doubt
ORA-30187: reserved for future use
RMAN-20230: datafile copy not found in the recovery catalog
NNL-00286: Server does not own any domains
ORA-19684: block media recovery failed because database is suspended
SQL*Loader-00119: Invalid parallel file (data file) name on command line
ORA-21560: argument string is null, invalid, or out of range