This topic contains a solution. Click here to go to the answer

Author Question: Briefly describe how Oracle Database implements serializable transaction isolation. Include an ... (Read 25 times)

plus1

  • Hero Member
  • *****
  • Posts: 676
Briefly describe how Oracle Database implements serializable transaction isolation. Include an example.
 
  What will be an ideal response?

Question 2

In the MySQL Workbench, a 1:N non-identifying relationship between two tables that do not contain the needed primary and foreign keys is created using ________.
 
  A) the 1:N Identifying Relationship button
  B) the 1:N Non-identifying Relationship button
  C) the N:M Identifying Relationship button
  D) the Place a Relationship Using Existing Columns button



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by a Subject Expert

onowka

  • Sr. Member
  • ****
  • Posts: 353
Answer to Question 1

Whenever a transaction begins, Oracle Database records a System Change Number (SCN), which is a database-wide value that is incremented every time a change is made to the database. As a transaction proceeds, for each record the transaction reads, Oracle retrieves the committed values that the record contained when its SCN was less than or equal to the SCN of the current transaction. This prevents any dirty reads, nonrepeatable reads, or phantom reads. As long as the transaction does not attempt to update or delete a record that has a committed change with an SCN greater than the SCN of the current transaction, the transaction will proceed normally. If the transaction does attempt to change a record with a greater SCN, then an error is produced that must be handled by the application program. For example, suppose a transaction begins when the SCN is 100. The transaction first reads a record with an SCN of 97. The transaction is allowed to proceed since the record's changes were committed prior to the start of the current transaction. The transaction next attempts to read a record with SCN 102. At this point the transaction will be cancelled since allowing it to proceed could violate serializability.

Answer to Question 2

B




plus1

  • Member
  • Posts: 676
Reply 2 on: Jul 7, 2018
YES! Correct, THANKS for helping me on my review


essyface1

  • Member
  • Posts: 347
Reply 3 on: Yesterday
Excellent

 

Did you know?

Nearly 31 million adults in America have a total cholesterol level that is more than 240 mg per dL.

Did you know?

Russia has the highest death rate from cardiovascular disease followed by the Ukraine, Romania, Hungary, and Poland.

Did you know?

Pink eye is a term that refers to conjunctivitis, which is inflammation of the thin, clear membrane (conjunctiva) over the white part of the eye (sclera). It may be triggered by a virus, bacteria, or foreign body in the eye. Antibiotic eye drops alleviate bacterial conjunctivitis, and antihistamine allergy pills or eye drops help control allergic conjunctivitis symptoms.

Did you know?

You should not take more than 1,000 mg of vitamin E per day. Doses above this amount increase the risk of bleeding problems that can lead to a stroke.

Did you know?

Though “Krazy Glue” or “Super Glue” has the ability to seal small wounds, it is not recommended for this purpose since it contains many substances that should not enter the body through the skin, and may be harmful.

For a complete list of videos, visit our video library