Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • executing Function from SQLPLUS prompt Oracle
  • USE_NL and INDEX hints example Oracle
  • Oracle 10g Wait Model Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • Find long Running Transaction Linux/Unix
  • JSON/XML Types in Oracle Oracle
  • checking redhat linux version Linux/Unix
  • DBA_HIST_SQLSTAT contents Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • get_vmstat.ksh Linux/Unix
  • Sample WW22 listener.ora Oracle
  • Day to day MYSQL DBA operations (Compared with Oracle DBA) MYSQL
  • Temporary tablespace explaination Oracle
  • crontab syntax Linux/Unix

Sequence Resetting

Posted on 09-Jan-2009 By Admin No Comments on Sequence Resetting

—————— CS Sequences maintenance——————-

column last_number format 9999999999999999

select * from user_sequences where sequence_name in (‘UOC_ORDER_SEQ_ID’);

select 2300000000 – CurrVAl – 20 LAST_NUMBER from dual;

alter sequence UOC_ORDER_SEQ_ID increment by NOCACHE;

Increment Once.

select UOC_ORDER_SEQ_ID.nextval from dual;

Confirm Value comes to 2300000000. After that

alter sequence UOC_ORDER_SEQ_ID increment by 1 NOCACHE;

alter sequence UOC_ORDER_SEQ_ID maxvalue 2399999999 NOCACHE;

Oracle, SQL scripts

Post navigation

Previous Post: DBMS_SQL for alter session.
Next Post: Oracle 11g RAC on OEL 5 and Vmware 2

Related Posts

  • sql_plan9i.sql Oracle
  • V$ROLLSTAT status is Full Oracle
  • Insert cause enqueue locks Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • Find Stale DR Physical Standby Oracle
  • dbinv.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Unix split command to split files Linux/Unix
  • VIvek Encryption Package and Its Usage Oracle
  • Debugging Shell FIles Linux/Unix
  • To find explain plan for a statement that occurred in past. Oracle
  • Reading parameter file and printing Linux/Unix
  • USER_TABLES.Freelists Oracle
  • V$transaction notes for finding XID composition. Oracle
  • lck.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme