PLS-00412: list of values not allowed as argument to this
function or procedure
Answer / guest
Cause: A parenthesized list of values separated by commas
(that is, an aggregate) was used in the wrong context. For
example, the following usage is invalid: WHERE (col1, col2)
> (SELECT col3, col4 FROM my_table ...) However, an equal
sign can take a list of values and a subquery as left- and
right-hand-side arguments, respectively. So, the following
usage is valid: WHERE (col1, col2) = (SELECT col3, col4 FROM
my_table ...)
Action: Rewrite the expression. For example, the clause
WHERE (col1, col2) > (SELECT col3, col4 FROM my_table ...)
can be rewritten as WHERE col1 > (SELECT col3 FROM my_table
...) AND col2 > (SELECT col4 FROM my_table ...)
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
NZE-28833: inadequate information provided
ORA-06116: NETTCP: unable to create ORASRV process
ORA-07753: slemcf: fseek before write failure
ORA-39955: invalid PL/SQL warning message number
TNS-00288: Navigator: Failed to Disable Interchange
NNL-00293: Controller's trace level remains unchanged
UDE-00001: user requested cancel of current operation
ORA-12719: operation requires database is in RESTRICTED mode
ORA-09813: Unable to get directory status
ORA-09310: sclgt: error freeing latch
ORA-16813: apply service not running on the apply instance string recorded by the broker
ORA-01503: CREATE CONTROLFILE failed