ORA-00936-Missing_MySQL, Oracle及数据库讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  MySQL, Oracle及数据库讨论区 »
总帖数
1
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 1422 | 回复: 0   主题: ORA-00936-Missing        下一篇 
你很急的话
渠道商伙伴
等级:新兵
经验:66
发帖:1
精华:0
注册:2015-6-15
状态:离线
发送短消息息给你很急的话 加好友    发送短消息息给你很急的话 发消息
发表于: IP:您无权察看 2015-11-10 17:16:56 | [全部帖] [楼主帖] 楼主

关于ORA-00936网上找到的处理方法的:

1:ORA-00936, ORA-936 is a generic error indicating a missing expression in the SQL statement that you have just executed.  Most probably this error is indicating that you have either missed a , [ comma ] or the from clause or where clause or some other part of the SQL that has just been parsed.

ORA-00936:missing expression
 
ORA-00936 Cause:A required part of a clause or expression has been omitted. For example, a SELECT statement may have been entered without a list of columns or expressions or with an incomplete expression. This message is also issued in cases where a reserved word is misused, as in SELECT TABLE.


ORA-00936 Action:Check the statement syntax and specify the missing component.

 

2:在编译应用的时候,抛出异常:

java.sql.SQLException:ORA-00936:missing expression

认真检查异常内容后发现我的dba有问题,如是检查数据库连接和sql语句,发现这些都没有问题,于是检查Weblogic console ,发现问题出在jdbc 


connection pools 中的路径不正确,修改正确后运行,异常消失。 






                                                                                                                          --转自



赞(0)    操作        顶端 
总帖数
1
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论