Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/Testing/Libraries

Oracle 11g/12c Extensions Tests Dependencies

JDBC Driver for Java SE >= 7:

  • ojdbc7.jar could be found in
    • Oracle database as ${ORACLE_HOME}/jdbc/lib/ojdbc7.jar
    • WebLogic as oracle_common/modules/oracle.jdbc/ojdbc7.jar
  • orai18n.jar could be found in
    • Oracle database as ${ORACLE_HOME}/jlib/orai18n.jar
    • WebLogic as oracle_common/modules/oracle.nlsrtl/orai18n.jar
  • aqapi.jar in WebLogic as oracle_common/modules/oracle.jdbc/aqapi.jar
  • dms.jar in WebLogic as oracle_common/modules/oracle.dms/dms.jar
  • xmlparserv2.jar in WebLogic as oracle_common/modules/oracle.xdk/xmlparserv2_sans_jaxp_services.jar
  • kvclient.jar
  • sdoapi.jar
  • xdb.jar
  • xml.jar
  • ucp.jar

Back to the top