In this blog post, let’s learn about the error message “3114 Transaction access mode READ WRITE is incompatible with isolation level READ UNCOMMITTED.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
3114 Transaction access mode READ WRITE is incompatible with isolation level READ UNCOMMITTED.
Reason for the Error
You specified a statement with both READ WRITE and READ UNCOMMITTED clauses, which is not supported.
Solution
Correct the statement to include one of these clauses