Question
What is isolation levels?

Answers

Transactions specify an isolation level that defines the degree to which one transaction must be isolated from resource or data modifications made by other transactions. Isolation levels are described in terms of which concurrency side-effects, such as dirty reads or phantom reads, are allowed.

Transaction isolation levels control:
• Whether locks are taken when data is read, and what type of locks are requested.
• How long the read locks are held.
• Whether a read operation referencing rows modified by another transaction:
• Blocks until the exclusive lock on the row is freed.
• Retrieves the committed version of the row that existed at the time the statement or transaction started.
• Reads the uncommitted data modification.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q To which district do you belong to?
  • Q State of India has the largest area of forest land?
  • Q What is Freud's theory of personality?
  • Q Which Indian state banned the slaughter of cows during March 2015
  • Q Flexibility – a computerized accounting system must be flexible in respect of data entry, retrieval of data and generating designs of report. The user should be able to run the software on a variety of computer environments and machines, that is, on any configuration of computers and available operating systems.
  • Q What is appium's strongest point?
  • Q Why was there an error when i tried to check a link by control-clicking?
  • Q What is the difference between pure virtual function and virtual function?
  • Q When is it useful to have replication or fragmentation of data?
  • Q Explain the floral formula of Tetrameristaceae ?
  • Q What are the different bean scopes in spring?