Copying the JDBC Drivers (Tools Releases Prior to 9.2.9)

To copy the JDBC drivers:

  1. On the Deployment Server, create a \JDBC subdirectory under the folder that contains the Web Client installation program. For example:

    <E1_dep_svr_install_directory>\OneWorld Client Install\ThirdParty\WebDevFeature\WLSH4A\JDBC

    or

    <E1_dep_svr_install_directory>\OneWorld Client Install\ThirdParty\WebDevFeature\WASH4A\JDBC

    Note: If you must copy the JDBC files to a different directory for some reason, you must add an entry to the oraparam.ini file for the WLSH4A or WASH4A installer to indicate the location of that JDBC directory. Edit the oraparam.ini file located in this directory: \\<deployment server name>\<release>\OneWorld Client Install\ThirdParty\WebDevFeature\WLSH4A\Install or \\<deployment server name>\<release>\OneWorld Client Install\ThirdParty\WebDevFeature\WASH4A\Install.

    Add this entry to the [FileLocations] section of the oraparam.ini file: JdbcPath=<UNC_Path_to_JDBC_files>

    For example:

    [FileLocations]
    JdbcPath=\\depsvr2\E920\My_JDBC
    Note: If you leave this entry out, the WLSH4A or WASH4A installer will look for the JDBC directory up one level from the setup.exe program for WLSH4A or WASH4A.
    Important: You must delete any obsolete driver files because all drivers in this directory will be loaded by EnterpriseOne. If obsolete drivers exist, they may be used instead of newer drivers. Check Oracle Certifications for the latest drivers.
  2. Refer to Understanding Certifications for information on where to obtain the JDBC drivers.

    The required JDBC drivers for each platform are listed in the following table, but check Oracle Certifications for the latest drivers:
    Database Required Drivers Comments

    Oracle

    ojdbc8.jar, ons.jar, ucp.jar

    The JDBC driver for Oracle will automatically be downloaded to your system when you install an Oracle database client or server. If you install a different driver, the system may not function properly.

    UDB/DB2 db2jcc4.jar The JDBC driver for DB2/UDB is delivered with DB2/UDB server or client installation.
    DB2/400 for IBMi jt400.jar The DB2/400 driver for the IBMi platform is delivered with the DB2/400 database installation.
    SQL Server

    mssql-

    jdbc-11.2.0.jre8.jar

    Microsoft provides a type 4 JDBC driver with full support at no additional charge. Download the JDBC driver directly from Microsoft's website.

    Use the installation documentation that comes with the download to install the JDBC driver into a temporary location.

  3. Obtain the JDBC drivers and copy them to the JDBC directory you created in the first step. When the Web Client is deployed to a target machine, these drivers are automatically installed into the following directory:

    <Client Install Path>\misc