Import Error ORA-04007
Getting below error while importing. Database is 12.2, can the error be ignored?
ORA-04007: MINVALUE cannot be made to exceed the current value
Failing sql is:
ALTER TABLE XXXXX MODIFY ("XXXXX" GENERATED ALWAYS AS IDENTITY MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH LIMIT VALUE CACHE 20 NOORDER NOCYCLE )