Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created December 16, 2011 14:38
Show Gist options
  • Save javaduke/1486284 to your computer and use it in GitHub Desktop.
Save javaduke/1486284 to your computer and use it in GitHub Desktop.
<property name="hibernate.dialect">org.hibernate.dialect.OracleDialect</property>
<property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
<property name="hibernate.connection.url">jdbc:oracle:thin:user/pass@server:1521:dbname</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment