where are Oracle's DMS class files?

后端 未结 3 1757
醉酒成梦
醉酒成梦 2021-01-29 03:29

I\'m running a JBoss server (inside Eclipse), with some Hibernate mixed in. I installed Oracle\'s ojdbc drivers from here:

Oracle Database 11g Release 2 JDBC Drivers

3条回答
  •  梦毁少年i
    2021-01-29 04:07

    The missing classes are indeed in dms.jar. But as I've seen asked elsewhere finding the dms.jar file is not easy. You won't find dms.jar at Oracle Database 11g Release 2 JDBC Drivers because as noted by Oracle: dms.jar is not shipped as part of the RDBMS product. It is only available as part of the Oracle Application Server product.

    I hopped onto our server and grabbed the jar file from our Oracle installation directory. We have 11g installed. With 11g you should be able to find the file here:

    $ORACLE_HOME/oc4j/lib/dms.jar
    

提交回复
热议问题