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 1040525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:14:05+00:00 2026-05-16T15:14:05+00:00

After I issue a COMMIT WRITE NOWAIT in Oracle, how can I find out

  • 0

After I issue a COMMIT WRITE NOWAIT in Oracle, how can I find out when the transaction has become durable?

  • 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-05-16T15:14:06+00:00Added an answer on May 16, 2026 at 3:14 pm

    I’m assuming that you’re asking about the new (in 10.2) asynchronous commit operation

    COMMIT WRITE BATCH NOWAIT;
    

    versus the old commit operation (in the new long-form syntax)

    COMMIT WRITE IMMEDIATE WAIT;
    

    If you specify WAIT, the transaction is durable when the commit operation returns. If you specify NOWAIT, you won’t get any notification that LGWR has actually written your data to disk. At the next log switch, assuming you know the current SCN, V$LOG should verify that the data is actually on disk since you’ll have a log group with a FIRST_CHANGE# greater than the SCN of your transaction, but that’s not useful if you’re looking for a more immediate notification. You could run a trace to see when the data is actually written as well, but that wouldn’t be useful from an application.

    If you are looking for a more or less immediate notification that your transaction has actually been written to disk when using asynchronous commits, can you explain the business problem you’re trying to solve? Perhaps there is an alternate way of accomplishing whatever goal you have.

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

Sidebar

Related Questions

I recently had an issue after upgrading my .net framework to 4.0 from 3.5:
Having an issue, here is the problem. Created a branch from the trunk, made
Is there any way to tag a git repository based on the commit time?
Let me just first point out to any IE users right now (this is
I have 2 linq 2 SQL statements I'd like to be in a transaction
When running my web app on my local machine i can ref css/scripts/images using:
I've got a Git repository with plenty of commits that are under no particular
We have a decent set of unit tests on our code and those unit
Having just upgraded to iOS 4.1 (Xcode 3.2.4) I am getting warnings when using

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.