RE: perl- dbi
- From: Ron.Reidy@xxxxxxxxxxxxxxxxxx (Ron Reidy)
- Date: Wed, 31 May 2006 08:32:24 -0600
Neither DBI nor DBD::Oracle are installed as part of the Perl distro.
To see if either module is installed:
$ perl -MDBI -e '0'
$ perl -MDBD::Oracle -e '0'
If you need to install either module, google will be your friend.
-----Original Message-----
From: R, Rajsekar [mailto:Rajasekar.R@xxxxxx]
Sent: Wednesday, May 31, 2006 7:46 AM
To: dbi-users@xxxxxxxx
Subject: perl- dbi
Hi ,
how do i ensure that DBI is installed in my machine..
will it be automatically installed when perl is installed...
i am getiing error when i start using use DBI;
and i need to connet to ORACLE DATABASE.
please help me regding this issue..
regds
R . Rajasekar
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.
.
- Prev by Date: Re: perl- dbi
- Next by Date: RE: OCI Initialize failed 1804r
- Previous by thread: Re: perl- dbi
- Next by thread: RE: perl- dbi
- Index(es):
Relevant Pages
|