Oracle

To set up Oracle, follow the same steps as SQL Server, but substitute the Oracle JDBC URL and driver values in this format:

url="jdbc:oracle:thin:@<host>:1521:<OID>"

driverClassName="oracle.jdbc.driver.OracleDriver"

Oracle provides multiple JDBC drivers and above is the thin version. If you use other types your URL will change too. Also, contact your Oracle DBA for the hostname, OID, username, and password values to use.