Simples Assim

Cheat Sheet for the Oracle JDBC Thin Driver

leave a comment »

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+)


Written by Fernando Ribeiro

June 7, 2009 at 10:54 pm

Posted in Software

Tagged with

Leave a Reply