Skip to content

Instantly share code, notes, and snippets.

@mdeiters
Created March 2, 2010 18:33
Show Gist options
  • Save mdeiters/319772 to your computer and use it in GitHub Desktop.
Save mdeiters/319772 to your computer and use it in GitHub Desktop.
Sequel.connect(:adapter => 'oracle', :user => 'something', :password => 'secret', :database => '(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<somehost>)(PORT=<someport>))(CONNECT_DATA=(SID=<somesid>)))')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment