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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help on getting Oracle data to Apache

Re: Help on getting Oracle data to Apache

From: Makarand Kulkarni <makkulka_at_cisco.com>
Date: Thu, 25 Nov 1999 16:45:02 -0800
Message-ID: <383DD80D.F3B8527F@cisco.com>


Noira Hadi wrote:

> Hello,
>
> I am currently working to get data from Oracle database and publish them
> to webpage, running on Apache server by using some search strings. I was
> suggested to use Perl for the job. I browsed some website and newsgroup
> on getting some info. Appeciate if anyone could advise on the items
> below:
> 1) What driver do I need for the job? ( I have installed DBI/DBD on
> my machine)

DBD::Oracle

>
> 2) Good Reference. (URL, book etc)
>

http://theory.uwinnipeg.ca/CPAN/data/DBI/DBI.html http://www.symbolstone.org/technology/perl/DBI/

There is a book being written --
Programming the Perl Dbi : Database Programming for Perl and Cgi

                                Alligator Descartes, Tim Bunce / Paperback /
Published 2000
                                Our Price: $27.96 ~ You Save: $6.99 (20%)
(Not Yet Published -- On Order)

There is a emulation available.
perldoc Oraperl.pm.

Once you have DBI installed and the DBD::Oracle accessing Oracle databases is not differnet
from accessing from any other databases. You can grab any script that accesses databases
using DBI as sample code and make it work. --

>
> Thanks in advance.
>
> Regards,
> hadi
Received on Thu Nov 25 1999 - 18:45:02 CST

Original text of this message

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