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: Connecting to Oracle database over the internet

Re: Connecting to Oracle database over the internet

From: <dwilkins_at_traveller.com>
Date: 1997/11/08
Message-ID: <878873950.32219@dejanews.com>#1/1

In article <345f54d3.6648326_at_news.ais.net>,   syarbrou_at_ais.net (Steve) wrote:
>
> I am trying to attach to an Oracle server running on a remote system
> through it's IP address on the internet. The web server is a sun
> machine and I am looking for a way to do this through Perl. How do
> you connect to remote Oracle servers through their IP over the
> internet? Thanks.
>
> Steve

Steve,

I use the Oracle DBD with the DBI interface. This is a very *easy* and powerful interface into the Oracle database. Find information at

http://www.hermetica.com/

The machine that you use as a client must have an Oracle client installed, and you must have access to the OCI libraries for Oracle to compile the Oracle DBD. I use this on a DEC Alpha running DEC Unix.

dhw

-------------------==== Posted via Deja News ====-----------------------
      http://www.dejanews.com/     Search, Read, Post to Usenet
Received on Sat Nov 08 1997 - 00:00:00 CST

Original text of this message

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