RE: perl-oracle connectivity query

2006-09-26 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ukhas jean Sent: 26 September 2006 05:34 To: Active Perl Subject: RE: perl-oracle connectivity query > Hello Brian et al ... > > If u see my code i am using the DBI.pm module ... y do i need to have DBD::Oracle.pm insta

Re: perl-oracle connectivity query

2006-09-26 Thread Miguel Angelo
Hi Brian, At work i used very day perl and oracle (8i and 9), for database access the standard method is DBI, but dbi depends on a DBI database driver, a database driver for oracle, another for mysql, another for db2, another for OBDC, etc). To acess Oracle you need: 1. Proper installed and c

RE: perl-oracle connectivity query

2006-09-25 Thread ukhas jean
Hello Brian et al ...   If u see my code i am using the DBI.pm module ... y do i need to have DBD::Oracle.pm installed then??? (Cause this module is a huge one and my internet connection is not that good) ...   I saw using TOAD that my environment variables werent set properly ... eg. ORACLE_HO

RE: perl-oracle connectivity query

2006-09-22 Thread Brian Raven
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ukhas jean Sent: 22 September 2006 07:18 To: Active Perl Subject: perl-oracle connectivity query > I wrote this simple script ... n its baffling me ... i thght this should work ... but its not working am i > doing something wrong