Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

R12.1.1 Upgrade Driver u6678700.drv fails On Iemsvrp.odf with error : ORA-04007: MINVALUE cannot b

edited May 7, 2012 2:16AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered ✓
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
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center