Oracles NOT NULL syntax can have optional ENABLE VALIDATE added e.g create table T (C int NOT NULL ENABLE VALIDATE) Some SQL-generators produce such SQL and H2 can now parse it with this change.