Tuesday, July 17, 2007

ORA-00984: column not allowed here

To solve this enter the column value i.e data type properly.

Example
  • You would have entered a numeric instead of character
  • While inserting multiple rows using insert statement you would have missed the quotes for character data type.