summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/DB/Oracle.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Oracle.pm b/Bugzilla/DB/Oracle.pm
index 169550087..9f759785e 100644
--- a/Bugzilla/DB/Oracle.pm
+++ b/Bugzilla/DB/Oracle.pm
@@ -50,7 +50,7 @@ use base qw(Bugzilla::DB);
# Constants
#####################################################################
use constant EMPTY_STRING => '__BZ_EMPTY_STR__';
-use constant ISOLATION_LEVEL => 'SERIALIZABLE';
+use constant ISOLATION_LEVEL => 'READ COMMITTED';
use constant BLOB_TYPE => { ora_type => ORA_BLOB };
sub new {