针对你提出的错误代码 [code: -911, sql state: 40001] 以及错误信息 "the current transaction has been rolled back",我将从错误含义、可能原因以及解决方法三个方面进行详细解答。 1. 错误代码含义 错误代码:SQLCODE=-911, SQLSTATE=40001 含义:这个错误表示在执行数据库操作时发生了死锁(Deadlock),并且当前事...
-911错误有两种可能:一、死锁 二、超时 从你使用事务上来看,请检查你的事务是否提交;如果有提交,那么如果采用多重并发事务操作的时候,且在程序要返回结果集的时候,建议你将事务做简单的操作,而不是大量数据操作,等待反馈结果。这样的话,用户可能会失去耐心,从而加快更多的进程进行并发操作,增加...
sqlcode:-911 sqlstate:40001SQL0912N 已經達到資料庫的最大鎖定要求數。原因碼 = reason-code 解說 已經達到資料庫的鎖定數上限,因為鎖定要求的記憶體不足。 原因碼會指出已達到的記憶體限制類型: 1 本端鎖定管理程式記憶體,可使用 LOCKLIST 資料庫配置參數來配置它。 2 廣域鎖定管理程式記憶體,可使用 CF_LOCK...
sql server 错误模块 ntdll sql error code 000 00000 SQL语句成功完成 01xxx SQL语句成功完成,但是有警告 +012 01545 未限定的列名被解释为一个有相互关系的引用 +098 01568 动态SQL语句用分号结束 +100 02000 没有找到满足SQL语句的行 +110 01561 用DATA CAPTURE定义的表的更新操作不能发送到原来的子系统 +1...
BIND ERROR FOR PACKAGE = pkg-id CONTOKEN = contoken'X IS NOT UNIQUE SO IT CANNOT BE CREATED -722 bind-type ERROR USING auth-id AUTHORITY PACKAGE package-name DOES NOT EXIST -723 AN ERROR OCCURRED IN A TRIGGERED SQL STATEMENT IN trigger-name. INFORMATION RETURNED: SQLCODE: sql-code, SQL...
SQL*Loader-705: internal error Cause: An internal error has occurred. Action: Contact customer support. SQL*Loader-706: bad argument to ulerr num Cause: An internal error has occurred. Action: Contact customer support. SQL*Loader-707: Sql*Loader exiting with return code=[%d] Cause:...
ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Invalid date string (7497) (pgoe1022.dll) Error = [Microsoft][ODBC Driver 13 for SQL Server]Unable to open BCP host data-file Error =UTF-8 encoding (code page 65001) error 1603 installing microsoft sql native...
SQL return codes that are preceded by a minus sign (-) indicate that the SQL statement execution was unsuccessful. IBM DB2 SQL error code list 官方文档地址:
public class DBErrorCode { /// <summary> /// 根据错误代码弹出错误提示 /// </summary> /// <param name="code">错误代码</param> /// <param name="describe">描述</param> /// <returns>错误提示</returns> public static string DBError(int code, string describe) ...
ERRORCODE=-4229, SQLSTATE=null[2014-11-24 16:47:19,497][ERROR][com.primeton.das.entity.impl.hibernate.util.JDBCExceptionReporter:77] Error for batch element #1: The current transaction was rolled back because of error "-911".. SQLCODE=-1476, SQLSTATE=40506, DRIVER=3.65.97[2014-11-24 ...