Cheat Sheet for the Oracle JDBC Thin Driver
Class: oracle.jdbc.driver.OracleDriver
URL Format: jdbc:oracle:thin:@[host][:port][:sid], an Oracle Net keyword-value pair or a TNSNAMES entry.
http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html (for Java 5-, like in Progress Sonic ESB 7.7-)
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_111060.html (for Java 5+)

