here we are saying oracle does not support read uncommitted.If it so then i dont see any chances of dirty reads and phantoms in context with oracle no matter if i am using read uncommitted isolation of my EJB.
please coorect me if o m wrong.
Originally posted by Pradeep Bhat:
Oracle does not support read uncommited isolation level.
Originally posted by Lasse Koskela:
TRANSACTION_READ_UNCOMMITTED is the least restrictive isolation level (also known as "no isolation"...) so dirty reads and phantom reads are possible.