[ORACLE]
use_serializable=0
0 means switched off, 1 means switched on.
This switches Oracle's serializable transaction isolation. When on transactions are executed in such a way that they appear to be processed serially, one at a time, rather than concurrently.
(See the Oracle on-line documentation, Oracle 7 Server Concepts for more details.)