Page 1 of 1

Upgrade to 5R1.0 Broken Oracle Checks

Posted: Fri Oct 02, 2015 3:55 am
by jstoddart
We have the oracle checks implemented and used extensively, since upgrading to %R1.0 they all fail with this message:

install_driver(Oracle) failed: Can't load '/usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libocci.so.11.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm line 200.
at (eval 19) line 3
Compilation failed in require at (eval 19) line 3.
Perhaps a required shared library or dll isn't installed where expected
at ./check_oracle_health line 4755

The file in question does exist and has not changed as far as I am aware.

Re: Upgrade to 5R1.0 Broken Oracle Checks

Posted: Fri Oct 02, 2015 2:01 pm
by hsmith
Are you using check_oracle or check_oracle_health ? I assume in the case it is check_oracle_health, but I want to be sure.

Re: Upgrade to 5R1.0 Broken Oracle Checks

Posted: Sat Oct 03, 2015 3:43 am
by jstoddart
Check oracle health

Re: Upgrade to 5R1.0 Broken Oracle Checks

Posted: Mon Oct 05, 2015 2:57 am
by jstoddart
We have resolved this, for some reason the upgrade changed the $ORACLE_HOME in the commands from `/usr/lib/oracle/11.2/client64` to `/usr/lib/oracle/11.2/client` which does not exist

Re: Upgrade to 5R1.0 Broken Oracle Checks

Posted: Mon Oct 05, 2015 9:36 am
by hsmith
Thanks for providing that information! I'll go ahead and close this thread since it is resolved.