PLS-00412: list of values not allowed as argument to this
function or procedure

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

IMP-00070: Lob definitions in dump file are inconsistent with database.

1390


ORA-16627: No standby databases support the overall protection mode.

3648


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2407


invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity

2982


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2438






ORA-26027: unique index string.string partition string initially in unusable state

6342


ORA-07497: sdpri: cannot create trace file 'string'; errno = string.

2427


When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............

2425


IMG-02003: 2FF03 - incorrect color histogram feature specification

1308


ORA-26082: load of overlapping segments on table string.string is not allowed

1447


ORA-26032: index string.string loading aborted after string keys

1739


ORA-16626: failed to enable specified object

1865


ORA-26030: index string.string had string partitions made unusable due to:

1643


NZE-28868: Peer certificate chain check failed.

2364


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2400