Options

ORA-04015: ascending sequences that CYCLE must specify MAXV.

mihiesmihies Posts: 71 Bronze 4
edited March 9, 2012 8:37AM in Schema Compare for Oracle
I am getting this error on sequence import:
ORA-04015: ascending sequences that CYCLE must specify MAXVALUE.

This is the SQL DDL:
CREATE SEQUENCE "SOMESCHEMA"."S0492_OPJ_ID" MINVALUE -999999 CYCLE

I manually add MAXVALUE 999999 and then it works.

Oracle 10.2.3.
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
Blog:http://blog.rthand.com
Righthand .net consulting and software development
http://www.rthand.com

Comments

Sign In or Register to comment.