How to get the current (default) transaction isolation level in oracle?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
Using the query from the SO answer Vincent Malgrat referenced, here is how you can get the transaction isolation level for the transaction in progress:
If you are not already in a transaction you can start one with the following:
It seems like there would be an easier way than this. I don't know how to get the default isolation level for the session if that is what you are looking for. |
|||
|
|