I was reading through this post on how to restart a stuck transaction Kickstarting a Stuck Transaction in ODEE (oracle.com).
I thought I'd give it a try since we occasionally get a transaction stuck due to a network hiccup, database disconnection, etc.
I followed the instructions as explained on the GitHub page: documaker/odee/TransUpdate at master ยท calittle/documaker (github.com),
When I run it, I get the following error:
javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]
Then, I notice the following comment in the TransUpdate.java file:
* Note: This class requires the WebLogic JNDI factory (weblogic.jndi.WLInitialContextFactory) to be available in the classpath.
I'm not quite sure what this means, but I'm certain that this is my problem. Has anyone tried to implement this utility?" Or can anyone explain what I need to do here?
Thanks in advance.
Dave