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: Oraperl

Re: Oraperl

From: Ð-Volta <aks_music_at_hotmail.com>
Date: Tue, 19 Dec 2000 20:05:13 GMT
Message-ID: <3A3FBC79.F4494075@hotmail.com>

Hi Josh:

Not specifically, if you have a legacy oraperl script you want to run without modification, there is an Oraperl emulation layer that comes with DBD::Oracle.

DBperl use these days is replaced with DBI.

You should
use DBI;
with DBD::Oracle calls directly in your perl scripts

check it: http://www.symbolstone.org/technology/perl/DBI/

Josh Whitt wrote:

> One question:
>
> Is there a version of oraperl for Perl5?
>
> Thanks, Josh
  Received on Tue Dec 19 2000 - 14:05:13 CST

Original text of this message

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