Home >Database >Mysql Tutorial >Oracle序列机制

Oracle序列机制

WBOY
WBOYOriginal
2016-06-07 17:11:15977browse

今天处理一个数据,在Oracle序列上发现一个问题,本着发现问题、解决问题、穷根问底的精神,准备把这个问题搞清楚。

今天处理一个数据,,在Oracle序列上发现一个问题,本着发现问题、解决问题、穷根问底的精神,准备把这个问题搞清楚。

 

问题与现象:

对序列,按我们的理解每次取seq.nextval,它是自增的,所以后入库的肯定比先入库的要大,但我的一个日志表中出现了如下现象:

 

   LOGIDCREATETIME

17300092011/8/6 15:41:14

27299882011/8/6 15:37:53

37299782011/8/6 15:34:53

47299612011/8/6 15:43:22

57299582011/8/6 15:33:52

67299512011/8/6 15:31:38

77299442011/8/6 15:11:00

87299412011/8/6 15:10:30

请注意如下红色内容,是否时间与序列大小出现错位,其中:时间是正确的,与我执行顺序是相同的。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn