From: Todd Benson Date: 2008-10-29T04:38:31+09:00 Subject: Re: oracle_enhanced adapter 'uninitialized constant' error On Tue, Oct 28, 2008 at 2:36 PM, Todd Benson wrote: > On Tue, Oct 28, 2008 at 2:02 PM, Cetric Blue wrote: >> Todd, >> Yes, the database is definitely running, although it is through the >> network, but I have the port specified in ":host => "abc.def.jkl:1521". >> >> I moved require 'rubygems' to the top of the code, same error remains... > > Cetric, > Have you tried :port => 1521 as part of the hash? I think that might have to be :port => "1521" (in quotes). Untested, BTW. Todd