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

Difference between revisions of "EclipseLink/Development/Testing/Libraries"

Line 2: Line 2:
 
== Oracle 11g/12c Extensions Tests Dependencies ==
 
== Oracle 11g/12c Extensions Tests Dependencies ==
 
JDBC Driver for Java SE >= 7:
 
JDBC Driver for Java SE >= 7:
 +
[http://www.oracle.com/technetwork/database/features/instant-client/index.html]
 
* ojdbc7.jar could be found in
 
* ojdbc7.jar could be found in
 
** Oracle database as ${ORACLE_HOME}/jdbc/lib/ojdbc7.jar
 
** Oracle database as ${ORACLE_HOME}/jdbc/lib/ojdbc7.jar

Revision as of 10:44, 20 November 2014

Oracle 11g/12c Extensions Tests Dependencies

JDBC Driver for Java SE >= 7: [1]

  • 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
  • orai18n-mapping.jar could be found in
    • Oracle database as ${ORACLE_HOME}/jlib/orai18n-mapping.jar
    • WebLogic as oracle_common/modules/oracle.nlsrtl/orai18n-mapping.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