`

To restart the sequence at a different number

阅读更多
To restart the sequence at a different number, you must drop and re-create it.

DROP SEQUENCE EDGE21.GMI_SEQ;

CREATE SEQUENCE EDGE21.GMI_SEQ
  START WITH 200000
  MAXVALUE 999999999999999999999999999
  MINVALUE 1
  NOCYCLE
  CACHE 20
  NOORDER;


DROP PUBLIC SYNONYM GMI_SEQ;

CREATE PUBLIC SYNONYM GMI_SEQ FOR EDGE21.GMI_SEQ;


GRANT SELECT ON  EDGE21.GMI_SEQ TO EDGE21_PRIV;

GRANT SELECT ON  EDGE21.GMI_SEQ TO EDGE21_RO;

GRANT SELECT ON  EDGE21.GMI_SEQ TO EDGE21_RW;

GRANT SELECT ON  EDGE21.GMI_SEQ TO EDGE21_RWD;
分享到:
评论

相关推荐

    a project model for the FreeBSD Project.7z

    Up until now, the FreeBSD project has released a number of described techniques to do different parts of work. However, a project model summarising how the project is structured is needed because of ...

    微软内部资料-SQL性能优化2

    Before we look at how SQL Server uses and manages its memory, we need to ensure a full understanding of the more common memory related terms. The following definitions will help you understand how SQL...

    数位板压力测试

    The cursor must be able to return at least one bit of additional state (via a but¬ton, touching a digitizing surface, etc.). Devices may have multiple cursor types that have different physical ...

    NTLDR is missing press any key to restart

    开机不能进入系统,显示NTLDR is missing press any key to restart 需下载ntldr文件放在系统安装目录。 当此文件丢失时,我们可以从安装光盘上进行提取,方法是: 1、进入系统故障恢复控制台。 2、转到C盘。 3...

    cvmx-mio-defs.rar_restart

    Drive a GPIO line that can be used to restart the system a restart handler.

    BobBuilder_app

    I have chosen the 10000 number as a good case in both read and writes, you are welcome to tinker with this on your own systems and see what works better for you. Performance Tests v2.3 In v2.3 a ...

    g++ for windows

    If you choose a different drive or a different folder, you'll need to adapt the directions below accordingly. Download full.exe, an about 14 megabyte executable, to C:\full.exe by right-clicking on...

    系统监控程序Upsilon.zip

    Being extensible means you can add monitoring checks to Upsilon at runtime without needing to restart the server. The upsilon-node and upsilon-web projects both have their own REST APIs.

    01_Raize_v4_11.rar

    appear at the end of the component palette. If you would like to move the Raize pages to the front of the palette, there is an a easier way to do this than by manually dragging them. Located in ...

    ubuntu vps安装docker报错:Cannot connect to the Docker daemon at unix:///var/run/docker.sock.问题解决

    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 通过 service docker restart 尝试没有变化, 查看 docker 的日志 tail -5f /var/log/upstart/docker.log 发现...

    用于大规模的生产部署Squbs.zip

    PersistentBuffer provides a high-performance Akka Streams flow buffer component that persists its content to a memory-mapped file and recovers the content after failure and restart. ...

    Cadence16.6安装说明

    查看网上的解决方法都无济于事的情况下,解决此问题:unable to restart cadence license server with the new licese file'E:\cadence\licenseManager\license.dat' please check the license log file...... 请...

    成功解决用虚拟机安装ghost版系统提示“ntldr-is-missing--Press-Ctrl+Alt+del-to-Restart”问题.doc

    记一次手贱,点击【压缩此驱动器】,导致VMware出现【vmware bootmgr is compressed】 如果没有解决请参见:https://mp.csdn.net/postedit/103047936

    Multiple SCMs Plugin 0.3 hpi

    Build Step: How to install Run mvn clean package to create the plugin .hpi file. To install: ... You have to restart Jenkins in order to find the pluing in the installed plugins list.

    easy net switch

    It's not only an IP switcher, but also a handy tool that helps you to connect the computer to different networks more easier! Easy Net Switch is a powerful and easy to use program which stores ...

    jenkins credentials-plugin1.11.hpi

    Credentials Plugin version:1.11 download from github,and have build it by: Run mvn clean package ... You have to restart Jenkins in order to find the pluing in the installed plugins list.

    win 3.11 for workgroup tcpip支持

    Reading and parsing LMHOSTS to resolve a name is done by the NBT driver at run time. This operation is not permissible under certain conditions. One such condition commonly encountered is when a ...

    表格控件Vcl TopGrid.v3.01

    It is recommended that you restart Delphi after replacing the old version to ensure that Delphi uses the new one. See the TopGrid Online Help for more information. 3. RUNTIME PACKAGES The OSGDCLD73...

    MS-DOS 5.0

    below, you must add the specified /machine switch to the DEVICE=HIMEM.SYS command in your CONFIG.SYS file before you run Setup. After changing the CONFIG.SYS file, run Setup. System Switch ------ ...

    DOTween Pro 1.0.178.zip

    Upgraded to DOTween 1.2.335 NEW: Added DEBUG MODE option to DOTween Utility Panel, to ...BUGFIX: Fixed Restart() preventing a Sequence from restarting if changeDelayTo was set, plus better intellisense

Global site tag (gtag.js) - Google Analytics