Driver : 'oracle.jdbc.driver.OracleDriver'
Url : 'jdbc:oracle:thin:@ip_address:port:database'
ip_address is ip of oracle box
port is the port the oracle dbms listens on (1521, 1526, etc)
database is the name of the database I hope this helped! ;-)
- Casey Winans