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
Post a Comment