Skip to content

Instantly share code, notes, and snippets.

@ajaynitt
Created October 5, 2018 03:50
Show Gist options
  • Save ajaynitt/6a6795f4a3f55751bc411cd0af5bed49 to your computer and use it in GitHub Desktop.
Save ajaynitt/6a6795f4a3f55751bc411cd0af5bed49 to your computer and use it in GitHub Desktop.
Mysql Advanced Knowledge
Oracle provides these transaction isolation levels.
Read committed
Serializable
Read Only
--------------------
https://docs.oracle.com/cd/B14117_01/server.101/b10743/consist.htm
@ajaynitt
Copy link
Author

ajaynitt commented Oct 5, 2018

SELECT @@TX_ISOLATION;

@@TX_ISOLATION
REPEATABLE-READ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment