I created an Oracle sequence:
Create a sequence of seq_acteurs begins with 1 increment by 1;
Usually the sequence should be increased by 1, but when inserted into the table, the Acteurssequence sincreases by 50! This does not seem logical. Why is this so?
Any help would be greatly appreciated.
source
share