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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: DBI in activestate perl

Re: DBI in activestate perl

From: <Jared.Still_at_radisys.com>
Date: Wed, 03 Sep 2003 15:39:26 -0800
Message-ID: <F001.005CEAC5.20030903153926@fatcity.com>


This may or may not work depending on which version of Perl that you install.

If you installed Perl 5.8, you can't install DBD::Oracle from ActiveState.

ActiveState seems to be in a bit of disarray in this regard. There are numerous
modules for which I have had to hack the PM so that I could install them.

Some I just could not install at all. I think it was the Crypt::RC4 module that I
recently had to install from CPAN source on Windows, this due to using Perl 5.8.

The ppm.activestate.com site has a list of modules that have passed testing
for 5.8, but many are not available via PPM.

I try to do as much admin work from linux as is possible, and avoid the Windoze pain.

Jared

Pete Finnigan <oracle_list_at_peterfinnigan.demon.co.uk> Sent by: ml-errors_at_fatcity.com
 09/03/2003 10:29 AM
 Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Re: DBI in activestate perl


Hi Mladen

Jared and Andy's book "Perl for Oracle DBA's" has an excellent chapter all about getting DBD and DBI and installing from source and binary. basically for ActiveState you can use the "ppm" utility run it from a DOS window and type

c:\> ppm
ppm> install DBI
ppm> install DBD-Oracle8

Jared's book shows DBD-Oracle8, i guess it should be Oracle9 now?

hth

kind regards

Pete
--

Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists Book:Oracle security step-by-step Guide - see http://store.sans.org for details.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Pete Finnigan
  INET: oracle_list_at_peterfinnigan.demon.co.uk

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author:
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Sep 03 2003 - 18:39:26 CDT

Original text of this message

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