Posts:
14
Registered:
11/29/11
|
|
|
|
ORA-02279 when deploying sequence - v 1.5.0
Posted:
Mar 23, 2012 3:39 AM
|
|
|
I get the following message when deploying a sequence to a database where it already exists but the MINVALUE setting is different from what's defined in source:
TEST_SEQUENCE(1,1): Error : Error executing ALTER SEQUENCE STEVE.TEST_SEQUENCE MINVALUE 0 MINVALUE 0: ORA-02279: duplicate or conflicting MINVALUE/NOMINVALUE specifications
In this instance in the target database TEST_SEQUENCE had its MINVALUE set to 1, and in my .osql I've specified MINVALUE 0.
Not a major problem as I can work round it by altering the sequence in the target database before deployment - just looks like a minor bug.
|
|
|
Posts:
5
Registered:
5/30/06
|
|
|
|
Legend
|
|
MVP: 2501
+
pts
|
|
Guru: 2001
- 2500
pts
|
|
Expert: 751
- 2000
pts
|
|
Enthusiast: 31
- 750
pts
|
|
Novice: 0
- 30
pts
|
|
Moderators
|
|
Helpful answer
(5 pts)
|
|
Answered
(10 pts)
|
|