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-00385: type mismatch found at 'string' in SELECT...INTO statement
LFI-00102: Unable to seek in sequentially accessed file.
ORA-16208: Logical standby dictionary build failed to start.
ORA-28001: the password has expired
ORA-28027: privileged database links may be used by global users
ORA-01932: ADMIN option not granted for role 'string'
ORA-21520: database server driver not installed
ORA-28545: error diagnosed by Net8 when connecting to an agent
DRG-10306: server terminated unexpectedly while processing command
NNL-00521: Shows or sets the server's system query forwarding requirements
ORA-06610: LU6.2 Driver: Failed during deallocation
ORA-14627: Invalid operation was specified on a GLOBAL partitioned index