Unable to find dms.jar online to download

青春壹個敷衍的年華 提交于 2019-12-13 03:36:37

问题


While writing a program to connect to Oracle 10g, I got an error

Exception in thread "main" java.lang.NoClassDefFoundError: oracle/dms/instrument/ExecutionContextForJDBC

I understand that particular JAR file is missing. I have added ojdbc14dms.jar, still the issue persists. I explored that the class ExecutionContextForJDBC is available only in "dms.jar but unfortunately I am unable to locate any link through which I can download it.


回答1:


The dms.jar can be found on an installed oracle product. You will not find this jar, for example, in the oracle 11g Xpress Edition. You need to go to the commercial versions to find it.



来源:https://stackoverflow.com/questions/16982945/unable-to-find-dms-jar-online-to-download

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