Active Record Ruby

ActiveRecord::Base.establish_connection(
:adapter => "oracle",
:database => "test", 
:username => "kevin", 
:password => "test")