Oracle Client 12 support

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Jenkins
Posts: 12
Joined: Tue Sep 23, 2014 12:10 pm

Oracle Client 12 support

Post by Jenkins »

I currently am monitoring with an oracle 11 client but I now have Oracle 19c databases and oracle 11g cannot connect 19c.

CRITICAL - cannot connect to webmprd2.canfor.ca:1521/webmprd2.canfor.ca. ORA-28040: No matching authentication protocol (DBD ERROR: OCISessionBegin)

Installed a new oracle 12.2 client and create a new cmd that would use the new oracle home but perl is still looking an oracle 11 lib.

'/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

Any Ideas?
Jenkins
Posts: 12
Joined: Tue Sep 23, 2014 12:10 pm

Re: Oracle Client 12 support

Post by Jenkins »

#this was very helpful
Installing-Oracle-Plugins-in-Nagios-XI.pdf

I change the format of
cat /usr/local/nagiosxi/etc/configwizards/oracle/oracle
export ORACLE_HOME=/usr/lib/oracle/18.5/client64
export LD_LIBRARY_PATH=/usr/lib/oracle/18.5/client64/lib

Thanks Nagios Support Team, I appreciate your help.
Locked