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 |
PLS-00920: parameter plsql_native_library_dir is not set
ORA-22279: cannot perform operation with LOB buffering enabled
ORA-14026: PARTITION and CLUSTER clauses are mutually exclusive
ORA-30943: XML Schema 'string' is dependent on XML schema 'string'
ORA-10633: No space found in the segment
ORA-27489: unable to process job "string.string" from job class "string"
SQL*Loader-03121: Maximum record length of [number] exceeded for bad or discard file
ORA-13110: cannot drop topology with associated topo_geometry tables
NID-00352: string (number), error: number
ORA-13908: Invalid combination of metrics id and object type parameters.
ORA-07209: sfofi: file size limit was exceeded.
ORA-22345: recompile type string.string before attempting this operation