R12.1.1 Upgrade Driver u6678700.drv fails On Iemsvrp.odf with error : ORA-04007: MINVALUE cannot b
R12.1.1 Upgrade Driver u6678700.drv fails On Iemsvrp.odf with error :
The sequence IEM_ACCOUNT_TAG_KEYS_S1 in the database is defined as:
MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1
CYCLE = NO ORDER = NO CACHE = 20
which should be defined as:
MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1
CYCLE = NO ORDER = NO CACHE = 20
Alter the sequence with :
Start time for statement below is: Sat Apr 28 2012 01:32:59
ALTER SEQUENCE IEM.IEM_ACCOUNT_TAG_KEYS_S1 MINVALUE 10000
AD Worker error:
The following ORACLE error:
ORA-04007: MINVALUE cannot be made to exceed the current value
occurred while executing the SQL statement:
ALTER SEQUENCE IEM.IEM_ACCOUNT_TAG_KEYS_S1 MINVALUE 10000
The sequence IEM_ACCOUNT_TAG_KEYS_S1 in the database is defined as:
MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1
CYCLE = NO ORDER = NO CACHE = 20
which should be defined as:
MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1
CYCLE = NO ORDER = NO CACHE = 20
Alter the sequence with :
Start time for statement below is: Sat Apr 28 2012 01:32:59
ALTER SEQUENCE IEM.IEM_ACCOUNT_TAG_KEYS_S1 MINVALUE 10000
AD Worker error:
The following ORACLE error:
ORA-04007: MINVALUE cannot be made to exceed the current value
occurred while executing the SQL statement:
ALTER SEQUENCE IEM.IEM_ACCOUNT_TAG_KEYS_S1 MINVALUE 10000
Tagged:
0