Use the following steps to create the JDBC data sources
${ORACLE_JDBC_DRIVER_PATH}/ojdbc14.jar
NOTE The last three bullets (above) are not specified for Oracle. Instead, specify a single "URL" property. The Oracle JDBC Driver DataSource requires the following URL entry, in place of the PE database name and port. Enter the URL in the following form:
jdbc:oracle:thin:@<hostname>:<port>:<instancename>