Support TRANSACTION_READ_UNCOMMITTED

Posted:
Wed Jan 29, 2014 1:37 pm
by albundy
On my Oracle-Connections I can only set read commited and serializable as isolation-level.
It woul be nice if TRANSACTION_READ_UNCOMMITTED would be added to.
Thanks
Re: Support TRANSACTION_READ_UNCOMMITTED

Posted:
Wed Jan 29, 2014 6:23 pm
by Serge
Hello,
I'd wish to but Oracle doesn't support READ_UNCOMMITTED transactions.
See this article:
https://community.oracle.com/thread/258537?tstart=3330Regards,
Serge
Re: Support TRANSACTION_READ_UNCOMMITTED

Posted:
Wed Jan 29, 2014 7:24 pm
by albundy
According to oracle it's supportet:
http://docs.oracle.com/cd/E19518-01/817 ... ml#wp22682And according to this
http://docs.oracle.com/cd/E19226-01/820 ... index.html JDBC offers DatabaseMetaData#supportsTransactionIsolationLevel to check supported isolation levels.