Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8893125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:10:10+00:00 2026-06-14T23:10:10+00:00

The basic syntax for creating a sequence generator for oracle database table attribute is:

  • 0

The basic syntax for creating a sequence generator for oracle database table attribute is:

CREATE SEQUENCE customers_seq
START WITH     1000
INCREMENT BY   1
NOCACHE
NOCYCLE;

I would like to know what does the NOORDER clause in the SEQUENCE syntax do? If I include the NOORDER clause, will it give me a sequence keeping the increment value random???

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T23:10:11+00:00Added an answer on June 14, 2026 at 11:10 pm

    This is important when running in parallel server mode or in a cluster. ORDER guarantees that the sequences numbers are ordered.

    Example of “noorder” sequence in 10g RAC:
    
    Session 1 on node-A: nextval -> 101
    Session 2 on node-A: nextval -> 102
    Session 1 on node-B: nextval -> 121
    Session 1 on node-B: nextval -> 122
    Session 1 on node-A: nextval -> 103
    Session 1 on node-A: nextval -> 104
    

    NOORDER in combination with CACHING sequences results in this behavior. ORDER effectively makes the CACHE setting unused. With caching set to 10 when a session gets a sequences it takes 10 sequences into it’s cache.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I thought the basic syntax for a slider was: <div id=slider></div> $(#slider).slider() But that
Basic C# syntax question: So I have this class public class BrandQuery<T> : Query<T>
How to add a Visual Basic .NET syntax highlighting to CodeMirror editor? Does exists
i am wondering if the basic link_to syntax is completely broken in current rails3
I have a few basic questions regarding the syntax and usage of properties in
Possible Duplicate: Collection initialization syntax in Visual Basic 2008? How is the following C#
Basic question so I feel dumb but..., Whats the proper syntax below in the
The Django Basic Inlines app renders a pre-determined template from a pseudo-HTML syntax, based
I want to some very basic IronRuby tests, such as checking the syntax on
the basic syntax of switch statement in ruby is case expression when condition1 statements1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.