Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Accessing OracleDB from Linux

Re: Accessing OracleDB from Linux

From: Richard Hoffbeck <rwh_at_visi.com>
Date: 1997/11/17
Message-ID: <MPG.eda47bdaf0d9f879896aa@fw2.mwcia.org>#1/1

[This followup was posted to comp.database.oracle and a copy was sent to the cited author.]

In article <346C0550.AD867927Cyberpunk_at_OUTSIDE.in-berlin.de>, Cyberpunk_at_OUTSIDE.in-berlin.de says...
> Hi
> I have to access an oracle-database over the internet. My computer is
> running Linux 2.0.31. How can I access tables in the remote
> oracle-database through PERL?
> Is there a ODBC-driver or something like a SQL*Net for LINUX?

If you don't mind writing some code you could download Oracle's thin JDBC drivers and put together a small java server app that would pass queries from PERL to Oracle and then pass the results back to your PERL app.

--rick

-- 
+-----------------------------------------------------------------+
| Richard Hoffbeck <rwh_at_visi.com>             phone: 612.897.6442 |
| Mn Worker's Compensation Insurer's Assoc    fax:   612.897.6495 |
| 7760 France Ave, Suite 640                                      |
| Minneapolis, MN 55435                                           |
|                                                                 |
| Finger rwh_at_visi.com for PGP key :                               |
|  Fingerprint = 1C DD 13 FB 11 1D E7 73 2F A1 9B 52 86 0F A2 2B  |
+-----------------------------------------------------------------+
Received on Mon Nov 17 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US