码迷,mamicode.com
首页 > 其他好文 > 详细

在目标端重建sequence的脚本

时间:2019-08-16 20:27:01      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:val   sele   cache   select   重建   lan   创业   last   end   

select ‘create sequence ‘||SEQUENCE_OWNER||‘.‘||sequence_name||   

       ‘ minvalue ‘||min_value||   

       ‘ maxvalue ‘||max_value||   

       ‘ start with ‘||(last_number+50)||   

       ‘ increment by ‘||increment_by||   

        (case when cache_size=0 then ‘ nocache‘ else ‘ cache ‘||cache_size end) ||‘;‘  

from dba_sequences where sequence_owner in (select username from dsg.qy_user);

漫兮网 - 服务于区块链创业者、技术人和站长的网站http://www.manxinet.com

在目标端重建sequence的脚本

标签:val   sele   cache   select   重建   lan   创业   last   end   

原文地址:https://www.cnblogs.com/moonfans/p/11365882.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!