■ 正确代码 Tomcat context.xml中追加currentFunctionPath。 <Resource name="jdbc/testDS" auth="Container" type="javax.sql.DataSource" driverClassName="com.ibm.db2.jcc.DB2Driver" url="jdbc:db2://127.0.0.1:50000/test:currentSchema=QUOTATION;currentFunctionPath=QUOTATION;" username="db2inst1" passwo...
问SQL : DB2错误: SQLCODE=-440,SQLSTATE=42884EN作为一个程序员,数据库是我们必须掌握的知识,经常...
You use the Microsoft BizTalk Adapter for DB2 to call an IBM DB2 stored procedure. When the name of the stored procedure has a number as its second character (for example, E1SPNAME), you receive following error messa...
You use the Microsoft BizTalk Adapter for DB2 to call an IBM DB2 stored procedure. When the name of the stored procedure has a number as its second character (for example, E1SPNAME), you receive following error message...
意図したルーチンが呼び出されることを確認するには、可能な限り修飾したルーチン名を指定します。 パススルー専用式を実行している場合は、CURRENT QUERY ACCELERATION を ELIGIBLE、ENABLE、または ALL に設定します。 エラーの原因がサポートされない機能である可能性がある場合は、アプリケーショ...
-440 NO AUTHORIZED routine-type BY THE NAME routine-name HAVING COMPATIBLE ARGUMENTS WAS FOUNDExplanation An attempt was made to invoke a routine, but Db2 could not resolve the invocation of a routine, including the argument list, to a specific routine definition. routine-type The type of ...
调用存储过程时必须指定Schema,否则Error。 ■ 错误代码 存储过程 SETSCHEMA="QUOT";SETCURRENTPATH="SYSIBM","SYSFUN","SYSPROC","SYSIBMADM","DB2INST1";CREATEPROCEDURECOPY_TABLES (。。。)BEGIN。。。END;GRANTEXECUTEONPROCEDURE"QUOT"."COPY_TABLES"(INTEGER,TIMESTAMP,INTEGER,INTEGER)TOUSER"DB2INST1"WITH...
DB2 不指定Schema调用存储过程失败 SQLCODE=-440, SQLSTATE=42884,DB2不指定Schema调用存储过程失败SQLCODE=-440,SQLSTATE=42884,Schema和访问DB的用户名不一致。
+162 01514 指定的表空间被置为检查挂起状态 +203 01552 使用非唯一的名字来解决命名的限定列 +204 01532 命名的对象未在DB2中定义 +206 01533 命名的列不在SQL语句中指定的任何表中存在 +218 01537 因为SQL语句引用一个远程对象,不能为该SQL语句执行EXPLAIN ...
sqlcode sqlstate 说明 000 00000 SQL语句成功完成 01xxx SQL语句成功完成,但是有警告 +012 01545 未限定的列名被解释为一个有相互关系的引用 +098 01568 动态SQL语句用分号结束 +100 02000 没有找到满足SQL语句的行 +110 01561 用DATA CAPTURE定义的表的更新操作不能发送到原来的子系统 ...