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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:31:29+00:00 2026-05-25T16:31:29+00:00

I have below sequence of transaction with isolation level as serializable trnsaction1 transaction2 get

  • 0

I have below sequence of transaction with isolation level as serializable

 trnsaction1                               transaction2

                                           get row2   // value1

 update row1
 update row2//update to 2
 commit

                                           get row1
                                           get row2 //  lin6

will transaction 2 see the updated value of row 1 and row 2. Sure that transaction2 will not see the updated value of row2(update by transaction 1) at line6 but not sure will it see the updated value of row1 updated by transaction1?

  • 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-25T16:31:30+00:00Added an answer on May 25, 2026 at 4:31 pm

    Once transaction1 commits its work, transaction 2 will see the updated changes in both of the last two lines. That is, unless you do SET TRANSACTION READ ONLY as the very first action in your transaction.

    In a read-write transaction, individual statements are read-consistent, but not between multiple statements.

    Edit:

    steve, I believe that’s incorrect. From the documentation:

    [Read commited transaction]

    This is the default transaction isolation level. Each query executed
    by a transaction sees only data that was committed before the query
    (not the transaction) began. An Oracle query never reads dirty
    (uncommitted) data.

    Because Oracle does not prevent other transactions
    from modifying the data read by a query, that data can be changed by
    other transactions between two executions of the query. Thus, a
    transaction that runs a given query twice can experience both
    nonrepeatable read and phantoms.

    [Serializable]

    Serializable transactions see only those changes that were committed
    at the time the transaction began, plus those changes made by the
    transaction itself through INSERT, UPDATE, and DELETE statements.
    Serializable transactions do not experience nonrepeatable reads or
    phantoms.

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

Sidebar

Related Questions

i have a query like below and i want to update all elements of
I have the code sequence below in a rails controller action. Before the IF,
I have 4 buttons in UIActionsheet from Top to Bottom Sequence is as below
Say I have element sequence like below : <div style=margin-bottom:9px;line-height:normal;margin-top:4px></div> <div style=margin-bottom:9px;line-height:normal;margin-top:4px>Something Here</div> <div
I have a sequence of digits like below. I want to combine digits to
I have the following code sequence And I don't understand the compilation error (below
I have added a NEXT todo keyword using the below setting (setq org-todo-keywords '((sequence
Below is a clip from a listing of two Pentium assembly sequences. We have
I am working with DNA sequences of length 25 (see examples below). I have
I have below a list of text, it is from a popular online game

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.