Oracle: OALL8 is in an inconsistent state

♀尐吖头ヾ 提交于 2019-11-28 13:30:00

So... use bind variables?

You should be using them (via cfqueryparam) for security anyway, and if it solves the problem that's even more reason to do so.


If you're interested in what the actual error means, Google has plenty of results, suggesting that it's an error with the JDBC driver, and even suggests a patch is available.


But I don't see an actual question in your post...?

If you application run in weblogic, you should copy ojdbc.jar to install directory "weblogic81\server\lib" , cover the same name file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!