| PLS-00412: | list of values not allowed as argument to this function or procedure |
| 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 ...) |
| | PLS-00413 |
| |
|
| More Oracle errors |
| ORA-15161 | invalid SYS_CLUSTER_PROPERTIES parameter |
| CLSD-01011 | OCR cannot determine that the OCR content contains the latest updates. Details in string. |
| QSM-01307 | Partition Containment Tracking (PCT) rewrite is not allowed |
| ORA-09342 | Detached process terminated by Oracle during shutdown abort |
| ORA-41649 | invalid rule condition for a rule class involving composite events |
| ORA-12345 | user string lacks CREATE SESSION privilege in database link (linkname string) |
| ORA-31536 | cannot support encrypted column string in the source table |
| ORA-54531 | invalid orientation for element at element offset |
| DIA-48150 | error encountered with set current working directory |
| ORA-39142 | incompatible version number string in dump file "string" |
| TNS-00521 | Missing keyword |
| ORA-06035 | NETDNT: connect failed, insufficient resources |
| IMG-00580 | specified format does not support output |
| DRG-12501 | null stoplist is not allowed |
| LSX-00175 | a complex base within "simpleContent" must have simple content |
| ORA-29506 | invalid query derived from USING clause |
| NNL-00254 | Server-generated requests currently do not request forwarding |
| ORA-13007 | an invalid HEX character was detected |
| TNS-00554 | write failed |
| ORA-12950 | SYSTEM tablespace specified as default permanent tablespace |
| TOP 20 Oracle errors |
| ORA-12504 | TNS:listener was not given the SERVICE_NAME in CONNECT_DATA |
| RMAN-20079 | full resync from primary database is not done |
| ORA-14411 | The DDL cannot be run concurrently with other DDLs |
| ORA-14760 | ADD PARTITION is not permitted on Interval partitioned objects |
| ORA-10877 | error signaled in parallel recovery slave string |
| ORA-32701 | Hang detected |
| ORA-00838 | Specified value of MEMORY_TARGET is too small, needs to be at least stringM |
| ORA-16665 | timeout waiting for the result from a database |
| ORA-16957 | SQL Analyze time limit interrupt |
| ORA-16664 | unable to receive the result from a database |
| RMAN-08132 | WARNING: cannot update recovery area reclaimable file list |
| ORA-00000 | normal, successful completion |
| ORA-16766 | Redo Apply is stopped |
| ORA-00837 | Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET |
| RMAN-08137 | WARNING: archived log not deleted as it is still needed |
| DIA-48122 | error with opening the ADR block file [string] [string] |
| ORA-47988 | password should contain at least one numeric and one alphabetic character |
| IMP-00057 | Warning: Dump file may not contain data of all partitions of this table |
| ORA-00001 | unique constraint (string.string) violated |
| ORA-55508 | Invalid input to Flashback Transaction Backout |