Visu wrote:
> Hi,
> Kindly guide me to connect oracle through
> perl.Any pointers and directions are welcome
You'll need to install the DBD::Oracle database driver
as well as the generic DBI interface module. After
that all databases (in theory) behave similarly.
HTH,
Rob
--
To unsubs
> Hi,
Howdy
> Kindly guide me to connect oracle through
> perl.Any pointers and directions are welcome
>
I'm a mysql fellow myself but I'd start with DBI.pm.
It lets you connect to db and do queries.
perldoc DBI
HTH
DMuey
> Thanks,
> SV
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
use DBI module.
Here some usefull links:
http://dbi.perl.org/index.html
http://www.saturn5.com/~jwb/dbi-examples.html#connect
José.
-Original Message-
From: Visu [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 7:12 AM
To: [EMAIL PROTECTED]
Subject: connecting oracle
Hi,
Kindl
Visu wrote:
Hi,
Kindly guide me to connect oracle through
perl.Any pointers and directions are welcome
Thanks,
SV
Use a module like DBI
http://search.cpan.org/author/TIMB/DBI-1.37/DBI.pm
use DBI;
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC