commit write clause
I plan on recommending the use of the WRITE clause (where appropriate) to my developers but all the documentation I've read still leaves me with these two questions.
What's the difference between a standard commit and 'commit write wait?'
Also, the difference between 'commit write batch' and 'commit write nowait?'
0