Connection URL

You must pass the following values to DriverManager.getConnection when establishing a JD Edwards EnterpriseOne JDBC connection:

  • Connection mode: enterpriseone.

  • Connection target: The ERP environment.

  • User name and password: The ERP user name and password.

The connection mode designates the type of JD Edwards EnterpriseOne product data that you plan to access.

The connection target, user name, and password depend on the connection mode.

The format for the connection URL is:

jdbc:oracle:connectionMode://<environment>
Note:

If you are using the Type 3 JDBC driver, include the host name and port number of the DAS server, for example:jdbc:oracle:connectionMode://hostname:port/<environment>