Oracle: OALL8 is in an inconsistent state

后端 未结 3 386
有刺的猬
有刺的猬 2020-12-11 16:48

As part of upgrading JRun, we are moving from a 1.4 JVM to a 1.6 JVM. Now I am getting a really strange oracle db error: \"OALL8 is in an inconsistent state\". I have pinned

相关标签:
3条回答
  • 2020-12-11 17:22

    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...?

    0 讨论(0)
  • 2020-12-11 17:30

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

    0 讨论(0)
  • 2020-12-11 17:42

    i found this http://asanga-pradeep.blogspot.com/2008/06/oall8-is-in-inconsistent-state-with.html

    Oracle Patch 4390875

    0 讨论(0)
提交回复
热议问题