03 2015 档案
摘要:继上一篇文章TransactionScrope在做相应的变动时,发现可以重现ORA-14450错误,如: List ls = new List(); for (int i = 0; i o.ThreadState == ThreadState.Running)) { ...
阅读全文
摘要:测这个东西其实是由生产环境数据库报错,ORA-14450错误。测试结果是:1)使用transactionscrope时,数据库连接打开需在scrope内打开;2)TransactionScopeOption.Suppress 是无事务(原有同事非得说是原子事务,证明给他看)。不多说了,代码上来:cr...
阅读全文
摘要:ORA-14450 attempt to access a transactional temp table already in useCause: An attempt was made to access a transactional temporary table that has bee...
阅读全文