DBD-Oracle.ppd

DBD-Oracle.ppd

am 25.04.2006 18:54:30 von bcole

Hi there,

Im trying to access your FTP site at
ftp://ftp.esoftmatic.com/outgoing/DBI to download DBD-Oracle.ppd for 5.8
but Im unable to get on the server. Every web link I've found thus far
points to your repository, but I cant seem to ping the server or
anything. Does this repo still exist? If not, could you possibly point
me in the right direction to downloading the built ppd for Oracle?

Your help is greatly appreciated,

Ben Cole

RE: DBD-Oracle.ppd

am 09.05.2006 17:16:51 von Philip.Garrett

-----Original Message-----
From: Cole, Ben [mailto:bcole@soe.sony.com]=20
Sent: Tuesday, May 09, 2006 10:45 AM
To: dbi-users@perl.org
Subject: DBD-Oracle.ppd
>=20
> Hello,
>=20
> I have been desperately searching for a 5.8.* DBD-Oracle.ppd for quite
> some time now. The machine on which I need to install it has no
> internet connection. From what I can tell ftp.esoftmatic.com no longer
> exists, and Ive been looking on http://www.cedet.dk/perl/, but for
> some reason the .ppd links for DBD-Oracle do not work, they simply
> give me this email address. Any assistance you can provide would be
> much appreciated.

If you're running Windows, you can get to Oracle through ADO. You won't
have all the features of the DBD::Oracle driver, but you can at least
access the database.

You'll need to have the Oracle client installed. After that, you'll need
to make a Data Source (Control Panel->Administrative Tools->Data Sources
(ODBC)). Then, use DBD::ADO to connect to the database.

my $dbh =3D DBI->connect('dbi:ADO:your_odbc_data_source_name',...)
|| die $DBI::errstr;

my $sth =3D $dbh->prepare("select * from dual");

hth,
Philip

Re: DBD-Oracle.ppd

am 11.05.2006 21:03:35 von sigzero

If you are running ActiveState Perl DBD::Oracle is in PPM now.

Robert

RE: DBD-Oracle.ppd

am 11.05.2006 21:14:09 von Ron.Reidy

Not according to this:

http://ppm.activestate.com/BuildStatus/5.8.html

-----Original Message-----
From: Robert Hicks [mailto:sigzero@gmail.com]=20
Sent: Thursday, May 11, 2006 1:04 PM
To: dbi-users@perl.org
Subject: Re: DBD-Oracle.ppd

If you are running ActiveState Perl DBD::Oracle is in PPM now.

Robert

This electronic message transmission is a PRIVATE communication which =
contains
information which may be confidential or privileged. The information is =
intended=20
to be for the use of the individual or entity named above. If you are =
not the=20
intended recipient, please be aware that any disclosure, copying, =
distribution=20
or use of the contents of this information is prohibited. Please notify =
the
sender of the delivery error by replying to this message, or notify us =
by
telephone (877-633-2436, ext. 0), and then delete it from your system.

Re: DBD-Oracle.ppd

am 12.05.2006 16:33:51 von sigzero

Reidy, Ron wrote:
> Not according to this:
>
> http://ppm.activestate.com/BuildStatus/5.8.html
>
> -----Original Message-----
> From: Robert Hicks [mailto:sigzero@gmail.com]
> Sent: Thursday, May 11, 2006 1:04 PM
> To: dbi-users@perl.org
> Subject: Re: DBD-Oracle.ppd
>
> If you are running ActiveState Perl DBD::Oracle is in PPM now.
>
> Robert
>
> This electronic message transmission is a PRIVATE communication which contains
> information which may be confidential or privileged. The information is intended
> to be for the use of the individual or entity named above. If you are not the
> intended recipient, please be aware that any disclosure, copying, distribution
> or use of the contents of this information is prohibited. Please notify the
> sender of the delivery error by replying to this message, or notify us by
> telephone (877-633-2436, ext. 0), and then delete it from your system.
>

ppm> search DBD-Oracle
Using cached search result set 1.
1. DBD-Oracle [1.17] DBD-Oracle
ppm> describe 1
====================
Package 1:
Name: DBD-Oracle
Version: 1.17
Author: Tim Bunce (dbi-users@perl.org)
Title: DBD-Oracle
Abstract: Oracle database driver for the DBI module
Location: ActiveState Package Repository
Prerequisites:
1. DBI 0.0
Available Platforms:
1. MSWin32-x86-multi-thread-5.8
====================
ppm>

Seems to be there...?

Robert

Re: DBD-Oracle.ppd

am 12.05.2006 18:28:39 von scoles

Funny I do not get that. When I use PPM

Can you run the settings , Target and repository commands and show the
results to?


"Robert Hicks" wrote in message
news:20060512143347.26504.qmail@lists.develooper.com...
> Reidy, Ron wrote:
> > Not according to this:
> >
> > http://ppm.activestate.com/BuildStatus/5.8.html
> >
> > -----Original Message-----
> > From: Robert Hicks [mailto:sigzero@gmail.com]
> > Sent: Thursday, May 11, 2006 1:04 PM
> > To: dbi-users@perl.org
> > Subject: Re: DBD-Oracle.ppd
> >
> > If you are running ActiveState Perl DBD::Oracle is in PPM now.
> >
> > Robert
> >
> > This electronic message transmission is a PRIVATE communication which
contains
> > information which may be confidential or privileged. The information is
intended
> > to be for the use of the individual or entity named above. If you are
not the
> > intended recipient, please be aware that any disclosure, copying,
distribution
> > or use of the contents of this information is prohibited. Please notify
the
> > sender of the delivery error by replying to this message, or notify us
by
> > telephone (877-633-2436, ext. 0), and then delete it from your system.
> >
>
> ppm> search DBD-Oracle
> Using cached search result set 1.
> 1. DBD-Oracle [1.17] DBD-Oracle
> ppm> describe 1
> ====================
> Package 1:
> Name: DBD-Oracle
> Version: 1.17
> Author: Tim Bunce (dbi-users@perl.org)
> Title: DBD-Oracle
> Abstract: Oracle database driver for the DBI module
> Location: ActiveState Package Repository
> Prerequisites:
> 1. DBI 0.0
> Available Platforms:
> 1. MSWin32-x86-multi-thread-5.8
> ====================
> ppm>
>
> Seems to be there...?
>
> Robert

Re: DBD-Oracle.ppd

am 12.05.2006 19:17:31 von sigzero

John Scoles wrote:
> Funny I do not get that. When I use PPM
>
> Can you run the settings , Target and repository commands and show the
> results to?
>

ppm> settings
case-sensitivity: 0
download-chunksize: 16384
fields: name version abstract
follow-install: 1
force-install: 0
install-verbose: 1
pager:
profile-track: 0
prompt-context: 0
prompt-slotsize: 11
prompt-verbose: 0
remove-verbose: 1
sort-field: name
tempdir: C:\TEMP
trace-file: ppm3.log
trace-level: 0
upgrade-verbose: 1
verbose-startup: 1
ppm>

ppm> Target
Targets:
* 1. ActivePerl 5.8.8.817
ppm>

ppm> rep
Repositories:
[1] theoryx
[2] ActiveState Package Repository
ppm>

Re: DBD-Oracle.ppd

am 12.05.2006 19:46:02 von scoles

There is the difference I do not have the rep

[1] theoryx

can you do a rep describe on it for me?

----- Original Message -----
From: "Robert Hicks"
To:
Sent: Friday, May 12, 2006 1:17 PM
Subject: Re: DBD-Oracle.ppd


> John Scoles wrote:
> > Funny I do not get that. When I use PPM
> >
> > Can you run the settings , Target and repository commands and show the
> > results to?
> >
>
> ppm> settings
> case-sensitivity: 0
> download-chunksize: 16384
> fields: name version abstract
> follow-install: 1
> force-install: 0
> install-verbose: 1
> pager:
> profile-track: 0
> prompt-context: 0
> prompt-slotsize: 11
> prompt-verbose: 0
> remove-verbose: 1
> sort-field: name
> tempdir: C:\TEMP
> trace-file: ppm3.log
> trace-level: 0
> upgrade-verbose: 1
> verbose-startup: 1
> ppm>
>
> ppm> Target
> Targets:
> * 1. ActivePerl 5.8.8.817
> ppm>
>
> ppm> rep
> Repositories:
> [1] theoryx
> [2] ActiveState Package Repository
> ppm>
>

Re: DBD-Oracle.ppd

am 12.05.2006 20:11:05 von sigzero

John Scoles wrote:
> There is the difference I do not have the rep
>
> [1] theoryx
>
> can you do a rep describe on it for me?
>

That may be but I removed that rep before I did the search and it still
comes up. Plus the describe says it is coming from ActiveState but here
is the describe for it:

ppm> rep des 1
Describing Active Repository 1:
Name: theoryx
Location: http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServe r58
Type: PPMServer 2.0
ppm>