ORACLE序列号

select MAXSYSACCEPT.nextval from dual; (序列号检索 增1)
alter sequence MAXSYSACCEPT increment by 1 cache 20; (序列号设置 增1)
alter sequence MAXSYSACCEPT increment by 50 nocache; (序列号设置 增50

posted @ 2016-08-18 11:18  HuSam  阅读(248)  评论(0编辑  收藏  举报