Re: OraPerl with Oracle8?

From: Bernhard Schmalhofer <Bernhard.Schmalhofer_at_fuzzy-online.de>
Date: Mon, 26 Oct 1998 09:50:38 +0100
Message-ID: <363437DE.4BD5_at_fuzzy-online.de>


mikane_at_shell3.ba.best.com wrote:
>
> Does anyone know if Oraperl works with Oracle8 Enterprise Edition?
>
> Mike

Oraperl is no longer the official Database-Interface of Perl. the actual line of development are the perl-modules DBI and DBD::Oracle.
DBI is the generic interface for all database system. DBI calls DBD::Oracle for Oracle specific stuff. DBD::Oracle itself uses OCI-calls for communication to the database.

DBI and DBD::Oracle work with Oracle8. Though I don't know about the new Oracle8 features like LOBs.
The modules can be downloaded from a CPAN-server. The nearest server can be found at www.perl.com .

Cheers, Bernhard

--

/**
  * Bernhard.Schmalhofer_at_fuzzy-online.de
  */
Received on Mon Oct 26 1998 - 09:50:38 CET

Original text of this message