My Oracle sequences seem to be auto-incrementing themselves "over time".
My row ID's are sequenced like this:

Code:
1, 4, 5, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 41, etc
I'm using "sequencename.n extval" when inserting new rows into my tables, so one would think they'd come in a straight sequence?

Example:

Code:
INSERT INTO hprequests (requestid, username, flagtype,
...