首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

ORA-01009:务须得参数缺少(missing mandatory parameter)

2012-08-17 
ORA-01009:必须得参数缺少(missing mandatory parameter)症状:同样的sql 语句,在plsql developer中可以执

ORA-01009:必须得参数缺少(missing mandatory parameter)
症状:同样的sql 语句,在plsql developer中可以执行,但在程序中却报出这个异常

解决方法:更换ojdbc14.jar驱动

查看ojdbc驱动对应的oracle版本方法:打开ojdbc 的jar包,查看MANIFEST.MF文件,查看Specification-Version和Implementation-Version两个字段值。例如下面jdbc14.jar对应的版本为:

Specification-Version:  Oracle JDBC Driver version - "10.2.0.3.0"
Implementation-Version: Oracle JDBC Driver version - "10.2.0.3.0"

热点排行