PLS-00411: Number of values in aggregate and in subquery
don't match



PLS-00411: Number of values in aggregate and in subquery don't match..

Answer / guest

Cause: In a statement of the form aggregate = subquery, the
numbers of values in the aggregate and subquery are unequal.
For example, the code might look like ... WHERE (10,20,30) =
(SELECT empno,deptno FROM emp WHERE...);

Action: Revise the aggregate or subquery so that the numbers
of values match.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

DRG-50864: number assignment failed

1 Answers  


ORA-38712: Corrupt flashback log record header: block string, offset string.

1 Answers  


PLS-00664: Both ORDER BY and CLUSTER BY can not be specified for the same table function

1 Answers  


ORA-07482: snlmini: cannot create lock manager instance.

1 Answers  


TNS-12529: TNS:connect request rejected based on current filtering rules

1 Answers  






ORA-01539: tablespace 'string' is not online

1 Answers  


ORA-01096: program version (string) incompatible with instance (string)

1 Answers  


DRG-11860: Connection Establishment Interrupted

1 Answers  


DRG-13306: 'len' attribute value must be in the range string..string, at line string

1 Answers  


TNS-00535: Failed to send or receive disconnect message

1 Answers  


ORA-00965: column aliases not allowed for '*'

1 Answers  


ORA-28555: pass-through SQL: required parameter missing or NULL

1 Answers  


Categories