Database Error Messages

OCI-00927

missing equal sign

Cause

An equal sign has been omitted in one of the following places:

  • In the SET clause of an UPDATE statement
  • Following "!" in a search condition to signify not equal

Action

Correct the syntax. Insert the equal sign where required and retry the statement.