PLS-00396: INSERT statement's subquery yields wrong number
of columns
Answer / guest
Cause: The number of columns in an INSERT statement does not
match the number of columns in a subquery select list. For
example, the following statement is faulty because no
corresponding column is specified for col3: INSERT INTO emp
(ename, empno) SELECT col1, col2, col3 FROM ...
Action: Change the number of items in the column list of the
INSERT statement or the number of items in the select list
so that the numbers match.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 2 No |
ORA-01263: Name given for file destination directory is invalid
CLSR-00522: Resource string is not registered
ORA-32133: Cannot get stream from LOB/FILE
ORA-39956: duplicate setting for PL/SQL compiler parameter string
ORA-22911: duplicate storage specification for the nested table item
DRG-11720: too many synonyms per synonym ring
ORA-06519: active autonomous transaction detected and rolled back
ORA-31526: could not find source table string.string for CDC change table string.string
NID-00337: The following datafiles are read-only:
ORA-29840: indextype and implementation type are not in same schema
ORA-32631: illegal use of objects in MODEL
ORA-30737: cannot create subtable of a type which is not a subtype of the type of the supertable