`

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;
分享到:
评论

相关推荐

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

    在Ubuntu VPS上安装Docker时,可能会遇到一个常见的错误:“Cannot connect to the Docker daemon at unix:///var/run/docker.sock.” 这个问题通常是由于Docker守护进程未运行或者是由于Linux内核版本过低导致的。...

    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...

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

    在使用VMware Workstation虚拟机安装Ghost版操作系统时,可能会遇到一个常见的问题,即在启动过程中屏幕显示“ntldr is missing, Press Ctrl+Alt+Del to Restart”。这个问题通常表明计算机在尝试启动时找不到NT ...

    restart-the-computer.rar_restart

    标题中的"restart-the-computer.rar_restart"暗示了我们讨论的主题是关于一个用于计算机重启的C++函数,这个函数被封装在一个名为"restart the computer.txt"的文本文件中。描述进一步证实了这一点,它告诉我们这个...

    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...

    Win10 WSL运行docker报错:Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

    在Windows 10中使用Windows Subsystem for Linux (WSL) 运行Docker时,可能会遇到“Cannot connect to the Docker daemon at unix:///var/run/docker.sock.”的错误。这个错误通常意味着Docker守护进程(Docker ...

    系统监控程序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 ...

    用于大规模的生产部署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. ...

    RestartToUEFI(v1.0.5)_restart2UEFI_AsrRuefiSetup_asrock_

    标题 "RestartToUEFI(v1.0.5)_restart2UEFI_AsrRuefiSetup_asrock_" 提供的信息表明,这是一个与ASRock主板相关的软件工具,主要用于将计算机引导方式从传统的BIOS(Basic Input/Output System)切换到UEFI(Unified...

    PowerShell重启服务命令Restart-Service详细介绍

    PowerShell重启服务(Restart-Service),使用PowerShell可以很方便的操作Windows系统服务,比如实现自动重启服务。本文就介绍如何使用PowerShell来重启服务,以及一些相关的内容。PowerShell中重启服务的cmdlet是...

    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.

    超好用 Arnold 渲染器 License Server

    If you already have a RLM server up and running just copy the .lic and .set file to your RLM directory and reread/restart your server. Note: You have 2 options to let the Arnold plugin know where ...

    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.

Global site tag (gtag.js) - Google Analytics