Database Error Messages

ORA-00984

column not allowed here

Cause

A column name was used in an expression where it was not permitted, such as in the VALUES clause of an INSERT statement.


Action

Check the syntax of the statement and use column names only where appropriate.