Descripción: column not allowed here
Causa: A column name was used in an expression where it is not permitted, such as in the VALUES clause of an INSERT statement.
Acción: Check the syntax of the statement and use column names only where appropriate.
COMENTARIOS:
por Kakuni | 22/09/2006 18:15:47
RE: ORA-00984
se debe buscar o verificar que el tipo de dato que se trata de insertar es el correcto, ver si le faltan comillas a un varchar por ejemplo