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 am trying to write a sproc with a transaction. Can anybody tell me
After being troubled by an issue that I simply did not have the knowledge
After I add and commit changes from my VS2008 solution folder, I have noticed
Sqlldr is corrupting my primary key index after the first commit in my ctl
I recently had an issue after upgrading my .net framework to 4.0 from 3.5:
I upgraded from SQl server 05 to 08 and had a few issues. After
I'm trying to experiment with xampp. After having some space issues, I wanted to
After reading the Head First Design Patterns book and using a number of other
After the suggestion to use a library for my ajax needs I am going
After reading this question , I was reminded of when I was taught Java

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.