Configuration Files

Note: This section is provided for reference. You are not required to manually configure these files because the Deployment Server installer configures the .ini files appropriately for the Oracle local database.

The data source definitions for OEE are defined in these configuration files:

  • JDE.INI

  • JDBJ.INI

The following lists some of the settings within the various configuration files that are related to the local database.

  • JDE.INI

    [DB SYSTEM SETTINGS]
    Type=E
    LOBFlag=Y
    
    [DB SYSTEM SETTINGS  ' SECONDARY]
    Type=E
    LOBFlag=Y
    
  • JDBJ.INI

    The JDBJ.INI file specifies location of the tnsnames.ora file.

    The JDBJ.INI file also specifies the JDBC driver for Oracle as ojdbc7.jar, which replaces the version (classes12.jar) used in prior releases of JD Edwards EnterpriseOne.

    [JDBj-BOOTSTRAP DATA SOURCE]
    databaseType=E
    lob=true
    
    [JDBj-SPEC DATA SOURCE]
    databaseType=E
    lob=true
    
    [JDBj-JDBC DRIVERS]
    ORACLE=oracle.jdbc.driver.OracleDriver
    
    Caution: The shipped jdbj.ini file in the following folder contains specifications for each database type: C:\JDEdwards\E920\system\JAS\webclient.ear\webclient.war\WEB-INF\classesYou must manually comment out (with a semicolon) every database driver that you are not using. For example, if you are connecting to only Oracle databases, your file would look like this: