PLS-00319: subquery in an IN or NOT IN clause must contain
exactly one column



PLS-00319: subquery in an IN or NOT IN clause must contain exactly one column..

Answer / guest

Cause: An invalid expression such as X IN (SELECT A,B ...)
was used. When a [NOT]IN clause is used with a subquery, it
does not test for set membership. The number of expressions
in the [NOT]IN clause and the subquery select list must
match. So, in the example above, the subquery must specify
at most one column.

Action: Change the subquery to select only one column.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

QSM-01080: invalid dimension, string

1 Answers  


ORA-10638: Index status is invalid

1 Answers  


TNS-00246: Connection Manager: Failed to start tracing

1 Answers  


ORA-08179: concurrency check failed

1 Answers  


TNS-01442: No filtering rules currently in effect.

1 Answers  






ORA-01859: a non-alphabetic character was found where an alphabetic was expected

1 Answers  


LCD-00201: could not open specified filename [string]

1 Answers  


ORA-13865: Module name must be specified

1 Answers  


ORA-36270: (XSCGMDLAGG03) The right-hand side of the AGGREGATION function includes duplicate values.

1 Answers  


ORA-13039: failed to update spatial index for element string.string.string

1 Answers  


ORA-19809: limit exceeded for recovery files

1 Answers  


ORA-27418: syntax error in repeat interval

1 Answers  


Categories