RE: :Oracle copy from one PC to another

2005-02-04 Thread Gardner, Sam
Title: RE: :Oracle copy from one PC to another





Yes, the machines are set up similarly, with the exception that I installed a module on one, and can now no longer retrieve it from the repository I originally got it from.

Sam Gardner


GTO Application Development


Keefe, Bruyette & Woods, Inc.


212-887-6753






-Original Message-
From: Trevor Joerges [SendMIME Software] [mailto:[EMAIL PROTECTED]] 
Sent: Friday, February 04, 2005 11:08 AM
To: Chris; perl-win32-users
Subject: Re: :Oracle copy from one PC to another



> I hope and believe this is not a hard question, merely procedural. . .
>
> It seems Tim Bunce's Oracle DBD repository is no longer functional; 
> does anyone know the procedure for copying a module install from one 
> machine to another?  So far I've tried copying the .pm's that seemed 
> to be relevant (and, of course, installed DBI), but this doesn't seem 
> to work.
>
> I get an error indicating:
>
> install_driver(Oracle) failed: Can't locate loadable object for module 
> DBD::Oracle in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at 
> (eval 1) line 3 Compilation failed in require at (eval 1) line 3.
> Perhaps a module that DBD::Oracle requires hasn't been fully installed
> at F:\APPS\KBW_EXE\jobs\trades\dc.pl line 17


Do you have the Oracle client software installed? It is required to build 
and run DBD Oracle.


--Trevor. 


___
Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: :Oracle copy from one PC to another

2005-02-04 Thread Trevor Joerges [SendMIME Software]
I hope and believe this is not a hard question, merely procedural. . .
It seems Tim Bunce's Oracle DBD repository is no longer functional; does
anyone know the procedure for copying a module install from one machine to
another?  So far I've tried copying the .pm's that seemed to be relevant
(and, of course, installed DBI), but this doesn't seem to work.
I get an error indicating:
install_driver(Oracle) failed: Can't locate loadable object for module
DBD::Oracle
in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a module that DBD::Oracle requires hasn't been fully installed
at F:\APPS\KBW_EXE\jobs\trades\dc.pl line 17
Do you have the Oracle client software installed? It is required to build 
and run DBD Oracle.

--Trevor. 

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: :Oracle copy from one PC to another

2005-02-03 Thread Chris
I found this the other day. Maybe this one will work for you.

http://ppm.activestate.com/PPMPackages/zips/6xx-builds-only/DBD-Oracle.zip

- Chris

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gardner,
Sam
Sent: Thursday, February 03, 2005 10:07 AM
To: activeperl@listserv.ActiveState.com
Subject: DBD::Oracle copy from one PC to another


I hope and believe this is not a hard question, merely procedural. . .

It seems Tim Bunce's Oracle DBD repository is no longer functional; does
anyone know the procedure for copying a module install from one machine to
another?  So far I've tried copying the .pm's that seemed to be relevant
(and, of course, installed DBI), but this doesn't seem to work.

I get an error indicating:

install_driver(Oracle) failed: Can't locate loadable object for module
DBD::Oracle 
in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a module that DBD::Oracle requires hasn't been fully installed
 at F:\APPS\KBW_EXE\jobs\trades\dc.pl line 17


Sam Gardner
GTO Application Development
Keefe, Bruyette & Woods, Inc.
787 7th Avenue, 4th Floor
New York, NY 10019
(212) 887-6753
kbw.com
[EMAIL PROTECTED] 
"For thousands more years the mighty ships tore across the empty wastes of
space and finally dived screaming on to the first planet they came across -
which happened to be the Earth - where due to a terrible miscalculation of
scale the entire battle fleet was accidentally swallowed by a small dog." -
HHG
This communication is confidential and is intended solely for the addressee.
It is not to be forwarded to any other person or copied without the
permission of the sender. Please notify the sender in the event you have
received this communication in error. This communication is not an offer to
sell or a solicitation of an offer to buy any securities discussed herein.
Keefe, Bruyette & Woods, Inc. makes no representation as to the accuracy or
completeness of information contained in this communication. 


___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: :Oracle

2004-06-28 Thread Richard Morse
On 28 Jun 2004, at 10:11 AM, Dirk Bremer ((NISC)) wrote:
Note that in all of the above examples, the notation 'xxx.xxx' relates 
to a
LAN address. When I connect using SQLPlus, I use a logon of 
"[EMAIL PROTECTED]" and
a password and it works. I have tried using the "[EMAIL PROTECTED]" in the 
Perl
script as the user, but it fails as well. I can connect using ODBC but 
would
prefer to use DBD::Oracle.
So, I realize that this is possibly a stupid question, but when you put 
the logon string of '[EMAIL PROTECTED]' into the connect string, do you use 
double-quotes or single-quotes?  If you are using double-quotes, do you 
escape the '@' sign?

Also -- does the 9i database have 8i compatible logins activated?  You 
can use the DBD::Oracle with 9i, but it looks to the database as though 
an 8(i) client is connecting, because DBD::Oracle uses the 8i client 
libraries/infrastructure...

Ricky
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: :Oracle

2004-06-28 Thread Dirk Bremer \(NISC\)
- Original Message - 
From: "Richard Morse" <[EMAIL PROTECTED]>
To: "Ken Cornetet" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Dirk Bremer (NISC)"
<[EMAIL PROTECTED]>
Sent: Monday, June 28, 2004 08:45
Subject: Re: :Oracle
>
> On my computers, if I use SQL Worksheet, I connect using username
> 'XXuser', password 'XXpass', and connection 'actris'.  The equivalent
> in Perl is:
>
> my $db = DBI->connect('dbi:Oracle:ACTRIS', 'XXuser', 'XXpass') or
> die(DBI->errstr);
>
> I find that if I don't capitalize the connection ('ACTRIS'), it doesn't
> work.  The case of the rest of the string matters as well (lowercase
> 'dbi', capital 'O').
>
> This should print all the available data sources (I enclosed the call
> in an eval because I get back errors with DBD::Proxy that halt the
> program).
>
> Note that the case of the returned drivers is important (eg, Oracle
> like 'dbi:Oracle', while ODBC likes 'DBI:ODBC'...)
>
> HTH,
> Ricky
>
>
>

Ricky,

This is the output of the simple script I am using to test the connection.

DBI::VERSION = 1.37
DBD::Oracle::VERSION = 1.06
ExampleP:
dbi:ExampleP:dir=.

ODBC:
DBI:ODBC:Test Mas Rdb 97
DBI:ODBC:AMS
DBI:ODBC:MQIS
DBI:ODBC:ECDCMusic
DBI:ODBC:OMS

Oracle:
dbi:Oracle:STARTEAM.xxx.xxx

Proxy:
Error while looking for sources for driver

mysql:
DBI:mysql:ftp_transfers
DBI:mysql:mysql
DBI:mysql:test

Use of uninitialized value in concatenation (.) or string at
C:/Perl/site/lib/DBI.pm line 584 (#1)
(W uninitialized) An undefined value was used as if it were already
defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.

To help you figure out what was undefined, perl tells you what operation
you used the undefined value in.  Note, however, that perl optimizes
your
program and the operation displayed in the warning may not necessarily
appear literally in your program.  For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.

DBI connect('STARTEAM.xxx.xxx','rptcrm',...) failed:  at
C:\Perl\Scripts\PTest.pl line 28

The connect line is:

my $DBH = DBI->connect('dbi:Oracle:STARTEAM.xxx.xx','rptcrm','rptcrm');

Note that in all of the above examples, the notation 'xxx.xxx' relates to a
LAN address. When I connect using SQLPlus, I use a logon of "[EMAIL PROTECTED]" and
a password and it works. I have tried using the "[EMAIL PROTECTED]" in the Perl
script as the user, but it fails as well. I can connect using ODBC but would
prefer to use DBD::Oracle.

Dirk Bremer - Systems Programmer II - ESS/AMS  - NISC St. Peters
USA Central Time Zone
636-922-9158 ext. 8652 fax 636-447-4471

[EMAIL PROTECTED]
www.nisc.cc

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: :Oracle

2004-06-28 Thread Dirk Bremer \(NISC\)
- Original Message - 
From: "Richard Morse" <[EMAIL PROTECTED]>
To: "Ken Cornetet" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Dirk Bremer (NISC)"
<[EMAIL PROTECTED]>
Sent: Monday, June 28, 2004 08:45
Subject: Re: :Oracle
>
> On my computers, if I use SQL Worksheet, I connect using username
> 'XXuser', password 'XXpass', and connection 'actris'.  The equivalent
> in Perl is:
>
> my $db = DBI->connect('dbi:Oracle:ACTRIS', 'XXuser', 'XXpass') or
> die(DBI->errstr);
>
> I find that if I don't capitalize the connection ('ACTRIS'), it doesn't
> work.  The case of the rest of the string matters as well (lowercase
> 'dbi', capital 'O').
>
> This should print all the available data sources (I enclosed the call
> in an eval because I get back errors with DBD::Proxy that halt the
> program).
>
> Note that the case of the returned drivers is important (eg, Oracle
> like 'dbi:Oracle', while ODBC likes 'DBI:ODBC'...)
>
> HTH,
> Ricky
>
>
>

Ricky,

This is the output of the simple script I am using to test the connection.

DBI::VERSION = 1.37
DBD::Oracle::VERSION = 1.06
ExampleP:
dbi:ExampleP:dir=.

ODBC:
DBI:ODBC:Test Mas Rdb 97
DBI:ODBC:AMS
DBI:ODBC:MQIS
DBI:ODBC:ECDCMusic
DBI:ODBC:OMS

Oracle:
dbi:Oracle:STARTEAM.xxx.xxx

Proxy:
Error while looking for sources for driver

mysql:
DBI:mysql:ftp_transfers
DBI:mysql:mysql
DBI:mysql:test

Use of uninitialized value in concatenation (.) or string at
C:/Perl/site/lib/DBI.pm line 584 (#1)
(W uninitialized) An undefined value was used as if it were already
defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.

To help you figure out what was undefined, perl tells you what operation
you used the undefined value in.  Note, however, that perl optimizes
your
program and the operation displayed in the warning may not necessarily
appear literally in your program.  For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.

DBI connect('STARTEAM.xxx.xxx','rptcrm',...) failed:  at
C:\Perl\Scripts\PTest.pl line 28

The connect line is:

my $DBH = DBI->connect('dbi:Oracle:STARTEAM.xxx.xx','rptcrm','rptcrm');

Note that in all of the above examples, the notation 'xxx.xxx' relates to a
LAN address. When I connect using SQLPlus, I use a logon of "[EMAIL PROTECTED]" and
a password and it works. I have tried using the "[EMAIL PROTECTED]" in the Perl
script as the user, but it fails as well. I can connect using ODBC but would
prefer to use DBD::Oracle.

Dirk Bremer - Systems Programmer II - ESS/AMS  - NISC St. Peters
USA Central Time Zone
636-922-9158 ext. 8652 fax 636-447-4471

[EMAIL PROTECTED]
www.nisc.cc

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: :Oracle

2004-06-28 Thread Richard Morse
On 25 Jun 2004, at 11:00 AM, Ken Cornetet wrote:
What version of Oracle client do you have installed on the client?
Can you TNSPING the database?
I believe DBD-Oracle only works with version 7 of the Oracle client.
DBD-Oracle-8 works with version 7 or 8 (I think...). I don't know if
either work with the version 9 client. I don't know if the version 7 or
version 8 Oracle client will talk to a version 9 database.
Not true.  I use DBD::Oracle to connect to oracle 8i and 9i databases 
every day.  I'm assuming the installed version is from the ppd provided 
by ActiveState (hence using 5.6.1).

On my computers, if I use SQL Worksheet, I connect using username 
'XXuser', password 'XXpass', and connection 'actris'.  The equivalent 
in Perl is:

	my $db = DBI->connect('dbi:Oracle:ACTRIS', 'XXuser', 'XXpass') or 
die(DBI->errstr);

I find that if I don't capitalize the connection ('ACTRIS'), it doesn't 
work.  The case of the rest of the string matters as well (lowercase 
'dbi', capital 'O').

Try the following program -- see what it gives back:
#!perl
use strict;
use warnings;

use DBI;

my @drivers = DBI->available_drivers;

foreach my $drv (@drivers) {
print "$drv:\n";
eval {
foreach my $src (DBI->data_sources($drv)) {
print "\t$src\n";
}
};
if ($@) {
print "\tError while looking for sources for driver\n";
}
print "\n";
}
__END__
This should print all the available data sources (I enclosed the call 
in an eval because I get back errors with DBD::Proxy that halt the 
program).

Note that the case of the returned drivers is important (eg, Oracle 
like 'dbi:Oracle', while ODBC likes 'DBI:ODBC'...)

HTH,
Ricky
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: :Oracle

2004-03-09 Thread Jeff Griffiths
Capacio, Paula J wrote:
> I actually got DBI and DBD::Oracle ppms from a user of that list,
> albeit for a different version of Perl which does you no good.
...keep in mind that if you have an Oracle license and are sharing 
builds of DBD-Oracle you are violating the terms of your license. i'd be 
a bit careful with that.

As far as Oracle is concerned, I am cc'd on an ongoing thread between 
various interested parties who are trying to figure out a way for 
someone ( imo it should be Oracle ) to provide builds of DBD-Oracle to 
the community. This hasn't gotten too far and my impression is that this 
is mostly due to a large amount of confusion at oracle as to who is 
actually responsible for this sort of thing.

also, i don't particularly find this off-topic for perl-win32-users; 
it's a very popular module to want to have, and this problem mostly 
affects windows users who are usually unable or unwilling to build 
modules themselves.

jeffG

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: :Oracle

2004-03-09 Thread Capacio, Paula J
Title: Message



This 
topic is better suited for the DBI-Users mail list. [EMAIL PROTECTED]
Although ActiveState is not distributing, there are 
people sharing PPM modules for DBD-Oracle.
In 
fact there is a March 8th thread where someone else is asking about Oracle and 
version 5.8.0!!
Try 
searching the perl.dbi.users mail list from google. 
 
I 
actually got DBI and DBD::Oracle ppms from a user of that list, albeit 
for a different version of Perl which does you no good.
HTH,
Paula 

 

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 12:39 
PMTo: Ken CornetetCc: 
[EMAIL PROTECTED]Subject: RE: 
:OracleThanks Ken. 
Why the CPAN Oracle driver 
(http://search.cpan.org/~timb/DBD-Oracle-1.15/) then for other Unix platforms? 
 Is it just a issue for Windows platform?  I always thought the Oracle 
client software was free and since this DBD driver is built from that it also 
should by free.  It's the Oracle database that makes the money. 
-Dave

  
  

"Ken Cornetet" 
  <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 
  03/09/2004 11:18 AM 
                To:     
     <[EMAIL PROTECTED]> 
          cc:   
            
      Subject:        RE: 
  :OracleI don't believe a binary distribution can be made available because of 
Oracle's restrictive licensing on the Oracle client libraries. This has been a 
major sore point. If memory serves, ActiveState was trying to work with Oracle 
on a license change so that it could be distributed via PPM. I assume that 
they've had no luck so far... -Original 
Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]Sent: Tuesday, March 09, 2004 10:52 
AMTo: [EMAIL PROTECTED]Subject: 
DBD::OracleCan anyone tell me where I 
can get the DBD Oracle driver for DBI built for Perl V5.8.0?  I found it on 
CPAN but not in any PPM repositories. Many thanks! David___Perl-Win32-Users 
mailing list[EMAIL PROTECTED]To unsubscribe: 
http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: :Oracle

2004-03-09 Thread david . effa

Thanks Ken.

Why the CPAN Oracle driver (http://search.cpan.org/~timb/DBD-Oracle-1.15/) then for other Unix platforms?  Is it just a issue for Windows platform?  I always thought the Oracle client software was free and since this DBD driver is built from that it also should by free.  It's the Oracle database that makes the money.

-Dave







"Ken Cornetet" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03/09/2004 11:18 AM

        
        To:        <[EMAIL PROTECTED]>
        cc:        
        Subject:        RE: :Oracle


I don't believe a binary distribution can be made available because of Oracle's restrictive licensing on the Oracle client libraries. This has been a major sore point. If memory serves, ActiveState was trying to work with Oracle on a license change so that it could be distributed via PPM. I assume that they've had no luck so far...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, March 09, 2004 10:52 AM
To: [EMAIL PROTECTED]
Subject: DBD::Oracle


Can anyone tell me where I can get the DBD Oracle driver for DBI built for Perl V5.8.0?  I found it on CPAN but not in any PPM repositories. 

Many thanks! 

David___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: :Oracle

2004-03-09 Thread Ken Cornetet
Title: Message



I 
don't believe a binary distribution can be made available because of 
Oracle's restrictive licensing on the Oracle client libraries. This has been a 
major sore point. If memory serves, ActiveState was trying to work with Oracle 
on a license change so that it could be distributed via PPM. I assume that 
they've had no luck so far...

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  [EMAIL PROTECTED]Sent: Tuesday, March 09, 2004 10:52 
  AMTo: [EMAIL PROTECTED]Subject: 
  DBD::OracleCan anyone tell me 
  where I can get the DBD Oracle driver for DBI built for Perl V5.8.0?  I 
  found it on CPAN but not in any PPM repositories. Many thanks! David
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Oracle SQL Statement help

2002-08-29 Thread Jones Robert Contr TTMS Keesler


You can do this in Oracle or in Perl.  If you do it in Perl with the
date_of_birth value being passed in then I would recommend using the
date:calc module.  If you are doing it in Oracle then something akin to:

select name, date_of_birth from data
where sysdate - date_of_birth > 21 * 365;

This is rough as I'm not feeling too well at the moment, but it should put
you on the right track for your final answer.  I'd personally recommend
using date:calc to get today's date and then subtract 21 years and then do a
delta_days against the birthday.  


-Original Message-
From: steve silvers [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 29, 2002 2:31 PM
To: [EMAIL PROTECTED]
Subject: Oracle SQL Statement help


Im using DBI to connect to a Oracle database and i'm having trouble with 
this:

In a nut shell. I have a table called DATA, and a column called 
DATE_OF_BIRTH.

I need to see if the person is under 21 years old. So I need to compare the 
"DATE_OF_BIRTH" with whatever the current date is. I have tried something 
like.

SELECT DATEDIFF(DATE_OF_BIRTH,SYSDATE) ... But no luck.

Does anyone know how to do this against Oracle?

Thanks in advance.
Steve.



_
Join the world's largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: Oracle

2001-03-23 Thread Paul \"Bo\" Peaslee

You'll need the appropriate Oracle client (free from your DBA),  the
DBI::Oracle and DBD modules (assuming you already have Perl installed and
you don't have those modules installed).  You'll need to create an entry in
your workstation's TNSNAMES file.  Best to have your Oracle DBA fill you in
on how to create the entry in the TNSNAMES file.  Installing the Oracle
client is pretty straight forward.

A copy of "Programming the Perl DBI" will probably help, too.  Have fun!

Bo

--
Paul "Bo" Peaslee
"Ne illegitimi carbunculi tibi in facie sint"


PS: These guys get a little miffed when you post to more than one list.  Try
to avoid it whenever possible.

> Someone asked me to read an Oracle database but I need the software
> installed on my computer in order to test the database and Perl, am I
right?
> I dont have Oracle installed in my PC, just the odbc dirver.
>
> can someones please tell me what do I need (software) in order to test
> Oracle databases in my computer and what would be the cost to install the
> right software for it? it exists any developer software (lite software) to
> read Oracle databases?


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



Re: Oracle

2001-03-23 Thread Simon Dang

If you are using the perl-DBI module, you'll need the client portion of
Oracle on your machine. (Unless you want to use DBI-proxy to connect, you'll
need to install the dbi-proxy module on the oracle server (or any other
machine that has the oracle client software).
-S

---
Have you posted your FREE
Wireless Personal ad today?
http://www.fourthring.com
---


- Original Message -
From: "Mark G. Franz" <[EMAIL PROTECTED]>
To: "Mauricio Lairet P." <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, March 23, 2001 5:48 AM
Subject: Re: Oracle


> You don't need Oracle installed on your machine, just the ODBC driver,
> install the MDAC version 2.6 and it will be installed.  Or you can visit
> Oracle on-line for the latest ODBC/ADO drivers.
>
> Mark
> -Original Message-
> From: Mauricio Lairet P. <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> <[EMAIL PROTECTED]>;
> [EMAIL PROTECTED]
> <[EMAIL PROTECTED]>;
> [EMAIL PROTECTED]
> <[EMAIL PROTECTED]>
> Date: Friday, March 23, 2001 8:50 AM
> Subject: Oracle
>
>
> >Hi folks!
> >
> >I wanted to ask something to you.
> >
> >Someone asked me to read an Oracle database but I need the software
> >installed on my computer in order to test the database and Perl, am I
> right?
> >I dont have Oracle installed in my PC, just the odbc dirver.
> >
> >can someones please tell me what do I need (software) in order to test
> >Oracle databases in my computer and what would be the cost to install the
> >right software for it? it exists any developer software (lite software)
to
> >read Oracle databases?
> >
> >Thank you in advance
> >
> >
> >___
> >Perl-Win32-Web mailing list
> >[EMAIL PROTECTED]
> >http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
> >
>
> ___
> Perl-Win32-Web mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
>

___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web



Re: Oracle

2001-03-23 Thread Mark G. Franz

You don't need Oracle installed on your machine, just the ODBC driver,
install the MDAC version 2.6 and it will be installed.  Or you can visit
Oracle on-line for the latest ODBC/ADO drivers.

Mark
-Original Message-
From: Mauricio Lairet P. <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
<[EMAIL PROTECTED]>;
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>;
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
Date: Friday, March 23, 2001 8:50 AM
Subject: Oracle


>Hi folks!
>
>I wanted to ask something to you.
>
>Someone asked me to read an Oracle database but I need the software
>installed on my computer in order to test the database and Perl, am I
right?
>I dont have Oracle installed in my PC, just the odbc dirver.
>
>can someones please tell me what do I need (software) in order to test
>Oracle databases in my computer and what would be the cost to install the
>right software for it? it exists any developer software (lite software) to
>read Oracle databases?
>
>Thank you in advance
>
>
>___
>Perl-Win32-Web mailing list
>[EMAIL PROTECTED]
>http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
>

___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web