On Tuesday, April 14, 2015 at 2:10:29 PM UTC-7, John-Junior Murray wrote:
>
> Hi Jeremy,
>
> Thanks for the response.
>
> I've found some info at the following url -
> https://community.oracle.com/thread/625782
>
> It looks like adding :pooled to the end of the database name will specify
> to the database that you're wanting it to handle the pooling of connections
>
> conn = OCI8.new("scott", "tiger", "localhost:1521/orcl:pooled")
>
>
With Sequel, this should work:
DB = Sequel.oracle("localhost:1521/orcl:pooled", :user=>'scott',
:password=>'tiger')
Thanks,
Jeremy
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.