Database Error Messages

ORA-64602

CREATE SEQUENCE cannot have a RESTART clause

Cause

The RESTART clause was specified in the CREATE SEQUENCE statement.


Action

Remove the RESTART clause.