Oracle Error Message
ORA-04007: MINVALUE cannot be made to exceed the current value
Reason for the Error
the given MINVALUE would be greater than the current value
Solution
always make sure that MINVALUE is <= the current value
ORA-04007: MINVALUE cannot be made to exceed the current value
the given MINVALUE would be greater than the current value
always make sure that MINVALUE is <= the current value