Oracle: OALL8 is in an inconsistent state

后端 未结 3 396
有刺的猬
有刺的猬 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...?

提交回复
热议问题