Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
problems with Oracle dB oci8 connectivity
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Peter Bailey, post: 4561119"] Hello, I need to connect from my Windows server over to an Oracle database in Unix land. I finally got the Oracle client loaded on my server, and, I downloaded and installed the oci8 gem from rubyforge. Here's the top of my script. require 'oci8' require 'dbi' begin # connect to the Oracle server dbh = DBI.connect("DBI:Oracle:graphicsdb-prod.bna.com/grpprod.bna.com", "user", "password") ... I get the following error: "Unable to load driver 'Oracle.'" I'd appreciate any help on this. Thanks. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
problems with Oracle dB oci8 connectivity
Top