Skip to content

Instantly share code, notes, and snippets.

@mehmetbebek
Created February 27, 2014 13:14
Show Gist options
  • Save mehmetbebek/9249788 to your computer and use it in GitHub Desktop.
Save mehmetbebek/9249788 to your computer and use it in GitHub Desktop.
ORACLE JAVA
For Oracle:
Jdbc Driver Name="oracle.jdbc.driver.OracleDriver" (if you have it on your system)
Url format="jdbc:oracle:thin:@hostname:port Number:databaseName"
For Odbc:
Odbc bridge="sun.jdbc.odbc.JdbcOdbcDriver"
Url format="jdbc:odbc:dsn_name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment