spring - Oracle Data Replication and Transaction Isolation level -



spring - Oracle Data Replication and Transaction Isolation level -

i have java spring / hibernate based application running in test , prod environments. application behavior different in test , prod environments respect transactions.

i using @transactional @ class level db operations.

in test env select operation able read uncommitted (dirty) transaction info in prod not. both test , prod db same except in prod have 2 databases info replication.

my question there specific transaction related configuration done in prod because of info replication? or info replication mandates specific transaction level?

i have no details , no command on db configurations. allow me know possible cause of transactional behavior.

spring hibernate oracle11g transactional-replication transaction-isolation

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -