Ask a Question related to Ruby, Design and Development.
-
Evangeline South #1
Ruby script on OpenBSD needs to connect to Oracle 8i on Linux
I'm cross-posting to Ruby & OpenBSD because I'm not sure which experts
are best suited to help me with this... (And I'm tired of talking to
the Oracle people who tell me to just move everything over to Linux or
Win2k or Solaris!)
Machine 1: Oracle 8i on Linux, Production box, running listeners, all
is well there, it seems.
Machine 2: OpenBSD. Some Ruby scripts, running fine, but need to
query (through DBI or ?) the Oracle DB.
Machine 1 and 2 are on a LAN, behind a firewall, so it should be some
simple 192.168.xxx or hostnames to reference each other, but the
software/drivers/whatever I need to run on the OpenBSD box eludes me!
I've installed the DBI package for Ruby, with 7/8/9 drivers, but they
don't want to install clean or start themselves because I suspect
there's some underlying Oracle stuff that needs to go on the OpenBSD
box first. Am I mistaken?
Many thanks for any help!
Evangeline
Evangeline South Guest
-
Can't connect to oracle
I am trying to connect to Oracle 9i release 2 from my IIS 5 on win 2000 pro development machine. I have oracle 8.1.7 client which has the OO4O... -
Thread issues with ruby 1.8.0 on OpenBSD 3.3
I'm seeing problems with threading using ruby 1.8.0 on OpenBSD 3.3. When I use threads, I get longjump botch. Illegal instruction (core... -
#25688 [Csd->Bgs]: Connect To Oracle 9i using IIS & PHP
ID: 25688 Updated by: didou@php.net Reported By: ramez at faraah dot com dot sa -Status: Closed +Status: ... -
error compiling ruby 1.8.0 preview 7 on i386 OpenBSD -current,diff attached
Hi, From: "Diana Eichert" <deicher@sandia.gov> Subject: error compiling ruby 1.8.0 preview 7 on i386 OpenBSD -current, diff attached Date: Sat,... -
Cannot connect with OCI driver and Oracle 9i (9.2)
Hello all, I have been trying to use the OCI driver to connect to Oracle 9i, but have been getting the following error: java.sql.SQLException:... -
Steve Peters #2
Re: Ruby script on OpenBSD needs to connect to Oracle 8i on Linux
Well, your big problem is that I do not believe that the Oracle client
libraries have been ported to OpenBSD. Without those libraries, you
will not be able to connect to Oracle.
Steve Peters
Evangeline South wrote:> I'm cross-posting to Ruby & OpenBSD because I'm not sure which experts
> are best suited to help me with this... (And I'm tired of talking to
> the Oracle people who tell me to just move everything over to Linux or
> Win2k or Solaris!)
>
> Machine 1: Oracle 8i on Linux, Production box, running listeners, all
> is well there, it seems.
> Machine 2: OpenBSD. Some Ruby scripts, running fine, but need to
> query (through DBI or ?) the Oracle DB.
>
> Machine 1 and 2 are on a LAN, behind a firewall, so it should be some
> simple 192.168.xxx or hostnames to reference each other, but the
> software/drivers/whatever I need to run on the OpenBSD box eludes me!
> I've installed the DBI package for Ruby, with 7/8/9 drivers, but they
> don't want to install clean or start themselves because I suspect
> there's some underlying Oracle stuff that needs to go on the OpenBSD
> box first. Am I mistaken?
>
> Many thanks for any help!
>
> EvangelineSteve Peters Guest



Reply With Quote

