PLS-00396: INSERT statement's subquery yields wrong number
of columns



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

Post New Answer

More Oracle Errors Interview Questions

SQL*Loader-00604: Error occurred on an attempt to commit

1 Answers  


ORA-06780: TLI Driver: recv error code failed

1 Answers  


QSM-01126: query rewritten with set operator materialized view, string

1 Answers  


TNS-12628: TNS:no event callbacks

1 Answers  


ORA-07716: sksachk: invalid device specification for ARCHIVE

1 Answers  


RMAN-06909: WARNING: parallelism require Enterprise Edition

2 Answers  


ORA-12520: TNS:listener could not find available handler for requested type of server

1 Answers  


EXP-00097: Object type "string"."string" is not in a valid state, type will not be exported

2 Answers  


ORA-26715: time limit reached

1 Answers  


ORA-13109: spatial table string exists

1 Answers  


ORA-09770: pws_look_up: translation failure.

1 Answers  


TNS-03602: Insufficient arguments. Usage: trcroute <address>

1 Answers  


Categories