Re: Installing DBD::Oracle for 11gR2
- From: Tom Lanyon <tom@xxxxxxxxxxxxxx>
- To: janine@xxxxxxxxxx
- Date: Wed, 28 Apr 2010 22:28:41 +0930
On 27/04/2010, at 4:40 AM, Janine Sisk wrote:
> First time I'm trying to do this, and it is fighting me every step of the
> way...
>
> I got through the easy problems (the test account was locked and had an
> expired password), but these look like more substantial errors. Yet I don't
> find *any* posts about this in Google, so is it just me? Does no-one use
> this anymore?
>
> I'm installing this so I can use the check_oracle_health Nagios plugin - if
> there is a better way to go, I'm all ears.
>
> Full install log is below...
<snip>
Hi Janine,
Your module has built correctly and passes all tests except 1, so it's not done
too badly!
The error from the one test that's failed (the LOB test) almost appears like
its a fault in the test, not in your environment. From a glance, it looks like
the test is supplying an undefined value as one of the query parameters for
execution, which seems erroneous to me.
If you are *just* using DBD::Oracle to run the check_oracle_health plugin, you
may wish to just forcibly install the perl module (effectively ignoring the
result of that single failed test), as I don't believe that Nagios plugin is
using LOBs anyway. If you wish to do this, you can launch the CPAN shell and
run 'force install DBD::Oracle':
# perl -MCPAN -e shell
cpan[1]> force install DBD::Oracle
Regards,
Tom
--
http://www.freelists.org/webpage/oracle-l
Other related posts: