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
IMP-00070: Lob definitions in dump file are inconsistent with database.
ORA-16627: No standby databases support the overall protection mode.
[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
invalid quantity specification negative quantity are not allowed for this item please check this item definition quantity
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.
ORA-26027: unique index string.string partition string initially in unusable state
ORA-07497: sdpri: cannot create trace file 'string'; errno = string.
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.............
IMG-02003: 2FF03 - incorrect color histogram feature specification
ORA-26082: load of overlapping segments on table string.string is not allowed
ORA-26032: index string.string loading aborted after string keys
ORA-16626: failed to enable specified object
ORA-26030: index string.string had string partitions made unusable due to:
NZE-28868: Peer certificate chain check failed.
IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier