While you say that this is a “simple query”, the exception error code mentions the following:

-142
THE SQL STATEMENT IS NOT SUPPORTED
Explanation
An SQL statement was detected that is not supported by the database. The statement might be valid for other IBM® relational database products or it might be valid in another context. For example, statements such as VALUES and SIGNAL or RESIGNAL SQLSTATE can be used only in certain contexts, such as in a trigger body or in an SQL Procedure.

System action
The statement cannot be processed.

Programmer response
Change the syntax of the SQL statement or remove the statement from the program.

You should review the DB2 SQL guidelines for how to achieve what you want to achieve, and also explain that in the question if you’d like further assistance. For example, are you sure “WSDIWC.WBPTRR1” is actually available?

检测到数据库不支持的SQL语句。 该语句可能对其他IBM®关系数据库产品有效,也可能在其他上下文中有效。例如,诸如VALUES和SIGNAL或RESIGNAL SQLSTATE之类的语句只能在某些上下文中使用,例如在触发器主体或SQL过程中

DB2 exception: Cannot create PoolableConnectionFactory SQLCODE=-142相关推荐

  1. Oracle报错createPool,Jmeter中连接Oracle报错Cannot create PoolableConnectionFactory

    填坑贴,之前一直用jmeter2.13版本进行oracle测试,今天改为3.2版本,发现按照以往的方法执行测试,JDBC Request结果始终报错:Cannot create PoolableCon ...

  2. Jmeter连接mysql报Cannot create PoolableConnectionFactory (Communications link failureThe last packet

    使用Jmeter连接mysql报错 问题现象: Cannot create PoolableConnectionFactory (Communications link failure The las ...

  3. Oracle报错createPool,Jmeter中连接Oracle报错Cannot create PoolableConnectionFactory(示例代码)...

    填坑贴,之前一直用jmeter2.13版本进行oracle测试,今天改为3.2版本,发现按照以往的方法执行测试,JDBC Request结果始终报错:Cannot create PoolableCon ...

  4. jmeter连接MySQL出错_MySQL数据库之jmeter连接mysql数据库报错Cannot create PoolableConnectionFactory...

    本文主要向大家介绍了MySQL数据库之jmeter连接mysql数据库报错Cannot create PoolableConnectionFactory  ,通过具体的内容向大家展现,希望对大家学习M ...

  5. Cannot create PoolableConnectionFactory。创建连接池异常

    错误信息:Cannot create PoolableConnectionFactory (Io 异常: The Network Adapter could not establish the con ...

  6. 连接DB2 抛异常SQL Error SQLCODE=-204, SQLSTATE=42704

    连接DB2 抛异常SQL Error SQLCODE=-204, SQLSTATE=42704 参考文章: (1)连接DB2 抛异常SQL Error SQLCODE=-204, SQLSTATE=4 ...

  7. Cannot create PoolableConnectionFactory (Communications link failure due to unde

    mysql数据库出现以下报错. Cannot create PoolableConnectionFactory (Communications link failure due to unde 还有可 ...

  8. IDEA报错:Failed to obtain JDBC ConnectionCannot create PoolableConnectionFactory

    数据库连接错误 数据库连接失败Cannot create PoolableConnectionFactory (Communications link failure 解决: 简单检查 url, us ...

  9. Cannot create PoolableConnectionFactory (Access denied for user ''@'localhost' (using password: YES)

    Cannot create PoolableConnectionFactory (Access denied for user ''@'localhost' (using password: YES) ...

最新文章

  1. 登录和注册(struts2+hibernate+spring)
  2. 揭密|淘宝服务端千万级高并发架构的演进之路
  3. springquartz的LocalDataSourceJobStore
  4. 动态规划——最长公共子序列问题(LCS)
  5. DjangoForm组件初识
  6. spring的IOC——依赖注入的两种实现类型
  7. 周边pd是什么意思_pd是什么意思?饭圈说的pd是什么意思
  8. 《紫川》之远东战火 十一卷
  9. offer和面经分享(内含offer截图)
  10. 图像处理专业术语中英文对照(不断补充中)
  11. last-winner-airdrop
  12. 鸿蒙系统发布会门票,早鸟票最后一天!继鸿蒙系统发布后,华为又准备搞事情了!...
  13. 另类数据的全面解析与24种场景应用!
  14. ubuntu 安装 pip 及 pip 常用命令
  15. 2021nian开源SLAM 算法
  16. 下载神器 Proxyee Down windows10 安装教程
  17. 技术背景的创业者由于其秉性容易犯三种错误
  18. 互联网日报 | 6月11日 星期五 | 滴滴正式提交赴美IPO申请;百度再投20亿成立造车公司;盒马集市将推出“盒字号”商品...
  19. 假设检验:p-value,FDR,q-value
  20. 360快剪辑怎么使用 360快剪辑软件使用方法介绍

热门文章

  1. python 编码 —— codecs 库
  2. 【繁琐工作自动化】pandas 处理 excel 文件
  3. Spring MVC 起步
  4. 一题多解 —— $?(命令返回状态)的检验
  5. 单位与单位的换算(二)
  6. Linux 符号链接与 inode
  7. 认识服务器与web服务器
  8. 机器学习基础(五十)—— Gini Impurity(基尼不纯度)与香浓熵(Shannon Entropy))
  9. C++基础——对函数模板的类型推导的补充
  10. python3 写入excel_Python3 读、写Excel文件的操作方法