Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-00914

missing ADD keyword

Cause

The keyword ADD does not precede one of the following:

  • The keyword log file in an ALTER DATABASE statement
  • A column element or table constraint in an ALTER TABLE statement
  • The keyword DATAFILE in an ALTER TABLESPACE statement

Action

Specify the keyword ADD in the ALTER statement.