Oracle XA Exception error code
case 7:
return "The transaction branch has been heuristically committed.";
case 8: /
return "The transaction branch may have been heuristically completed.";
case 5:
return "The transaction branch has been heuristically committed and rolled back.";
case 6:
return "The transaction branch has been heuristically rolled back.";
case 9:
return "Resumption must occur where suspension occured.";
case 100:
return "The inclusive lower bound oof the rollback codes.";
case 101:
return "Rollback was caused by communication failure.";
case 102:
return "A deadlock was detected.";
case 107:
return "The inclusive upper bound of the rollback error code.";
case 103:
return "A condition that violates the integrity of the resource was detected.";
case 104:
return "The resource manager rolled back the transaction branch for a reason not on this list.";
case 105:
return "A protocol error occured in the resource manager.";
case 106:
return "A transaction branch took too long.";
case 3:
return "The transaction branch has been read-only and has been committed.";
case 4:
return "Routine returned with no effect and may be reissued.";
case -2:
return "Asynchronous operation already outstanding.";
case -8:
return "The XID already exists.";
case -5:
return "Invalid arguments were given.";
case -4:
return "The XID is not valid.";
case -9:
return "The resource manager is doing work outside global transaction.";
case -6:
return "Routine was invoked in an inproper context.";
case -3:
return "A resource manager error has occured in the transaction branch.";
case -7:
return "Resource manager is unavailable.";
}
return "Internal XA Error";
[@more@]Oracle transaction XA Exception error Code
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26651/viewspace-1060608/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Exception和ErrorExceptionError
- Exception和Error的理解ExceptionError
- 【Exception】:own error messageExceptionError
- 獲取oracle exception vs errors;sqlcode sqlerrm使用OracleExceptionErrorSQL
- Oracle exceptionOracleException
- Exception String: Error in invoking target of makefileExceptionError
- php的Error與Exception捕獲問題PHPErrorException
- Exception String: Error in invoking target install of makefileExceptionError
- Oracle 中的exception——(Raise)OracleExceptionAI
- oracle 使用異常exceptionOracleException
- mysql的XA與innodb_support_xaMySql
- 【ERROR】OPatch failed with error code 73ErrorAI
- perror error codeError
- 你知道PHP中Exception, Error Handler的這些細PHPExceptionError
- 【Java面試指北】Exception Error Throwable 你分得清麼?Java面試ExceptionError
- Java的Exception和Error面試題10問10答JavaExceptionError面試題
- cx_Oracle.DatabaseError: [Decode error - output not utf-8]OracleDatabaseError
- Oracle PL/SQL中EXCEPTION用法OracleSQLException
- oracle 異常處理 exceptionOracleException
- System Error CodesError
- [GuzzleHttp\Exception\RequestException] cURL error 60: SSL certificate problem: unable to get localHTTPExceptionError
- day1 UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position 2490: illegal multi...UnicodeError
- Java中Error和Exception的異同以及執行時異常(Runtime exception)與檢查型異常(checked exception)的區別JavaErrorException
- oracle dbca報Exception in thread mainOracleExceptionthreadAI
- An error occurred while updating the entries. See the inner exception for details.ErrorWhileExceptionAI
- mysql中的xaMySql
- OPatch failed with error code 73AIError
- Windows Update error codesWindowsError
- Error in Memento Sample Code?Error
- 關於XA分散式事務(weblogic中的XA概念)分散式Web
- ORACLE STREAM ERROROracleError
- XA式、非XA式Spring分散式事務的實現Spring分散式
- Error Domain=kAFAssistantErrorDomain Code=7ErrorAI
- Mysql-error code彙總MySqlError
- Troubleshooting POST error codesError
- [ERROR] Slave I/O: Replication event checksum Error_code: 1743Error
- 【故障處理】Bug : ASM FAILS WITH CHECKRESOURCE ERROR ERROR CODE = 139ASMAIError
- local.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Allowed memory size of 134217728ErrorException