Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help on getting Oracle data to Apache
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
![]() |
![]() |