ORA-00913
Error: ORA-00913: too many values
Causa: The SQL statement requires two sets of values equal in number. This error occurs when the second set contains more items than the first set. For example, the subquery in a WHERE or HAVING clause may return too many columns, or a VALUES or SELECT clause may return more columns than are listed in the INSERT.
Acción: Check the number of items in each set and change the SQL statement to make them equal.
COMENTARIOS:
por CESAR CARDOZO | 31/01/2007 20:15:43
RE: ORA-00913
El error aparece cuando se intenta migrar datos de una tabla a otra, de Base de Datos diferente, y la cantidad de items o columnas no coinciden, solución: comparar las estructuras de las tablas y añadir los item que faltan a la tabla de destino, para intentar nuevamente la migración.
por luis | 15/05/2009 20:12:50
RE: ORA-00913
jeje
por Leoncio Guerra Gonzales | 02/05/2016 00:29:30
RE: ORA-00913
por fa me podar ayudar le envie el mensaje
por Leoncio Guerra Gonzales | 02/05/2016 00:34:33
RE: ORA-00913
ORA-02291: integrity constraint (SYSTEM.SYS_C008527) violated - parent key not
found
este mensaje mas me sale amigo