Created
February 27, 2014 13:14
-
-
Save mehmetbebek/9249788 to your computer and use it in GitHub Desktop.
ORACLE JAVA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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