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

ORA-31164: cannot load object-relational XML attribute using direct path

1 Answers  


ORA-32830: result code string returned by Messaging Gateway agent

1 Answers  


ORA-00981: cannot mix table and system auditing options

1 Answers  


ORA-03202: the scan limit specification is invalid

1 Answers  


ORA-16110: user procedure processing of logical standby apply DDL

1 Answers  






ORA-16012: Archive log standby database identifier mismatch

1 Answers  


PLS-00924: native compilation is not supported on this platform

1 Answers  


ORA-25147: UNIFORM SIZE value greater than maximum extent size

1 Answers  


ORA-02474: Fixed hash area extents used (string) exceeds maximum allowed (string)

1 Answers  


ORA-31453: invalid value string for parameter, expecting: Y, N, or NULL

1 Answers  


RMAN-06119: uncataloged datafile copy

1 Answers  


CLSR-00515: A service member is already running on this node

1 Answers  


Categories