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

  • SEARCH
  • Home
  • 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 8656027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T15:10:43+00:00 2026-06-12T15:10:43+00:00

I have a table with a auto-generated primary key and a DateTime field. And

  • 0

I have a table with a auto-generated primary key and a DateTime field. And we have several clients inserting records, using the clock from the client computer for the Date/Time (i.e. it is not a true “TimeStamp” field). I have been tons of instances where the date/time is hours off when the records are ordered by the primary key. At first I presume the client computer clocks were off. But more and more I am thinking it could be some sort of caching mechanism on the database.

Is there anything that would explain this?

  • 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-12T15:10:44+00:00Added an answer on June 12, 2026 at 3:10 pm

    Oracle doesn’t cache inserts or updates: when a DML statement finishes, it means that the changes have been completed. When you commit they are permanent.

    However, Oracle can cache the generation of the identifiers. If your primary key is generated by a sequence, by default Oracle will cache 20 keys and doesn’t guarantee that the keys will be distributed in the order they are asked.

    Use the ORDER keyword to :

    […] guarantee that sequence numbers are generated in order of request. This clause is useful if you are using the sequence numbers as timestamps. Guaranteeing order is usually not important for sequences used to generate primary keys.

    Example:

    CREATE SEQUENCE your_sequence ORDER
    

    Of course this assumes that all inserts also use SYSTIMESTAMP or SYSDATE, if they use a client date setting, Oracle has no way to order the inserts.

    Ultimately, is it really important? For most applications only unicity matters and an auto-incremental field could be replaced by a GUID. Especially since you already have a timestamp column.

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

Sidebar

Related Questions

I have table with a unique auto-incremental primary key. Over time, entries may be
I have a table with a auto-incremented primary key: user_id. For a currently theoretical
I have a MySQL table with an auto-incremented integer primary key. I want to
I have a JET table with an auto-number as the primary key, and I
I have table with an auto-increment field, but I need to transfer the table
Say I have a table with an auto-incrementing surrogate key. Would this be a
I have a mysql table with a auto incremented key. I need a way
I have a table in a SQL Server database that has an auto-generated integer
I have two fields being used as composite primary key which are not auto
Have a linking (or ref) table which has a dual primary key. Need to

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.