Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Had to change the script to get the right environment variables
BEGIN { unless (($ENV{BEGIN_BLOCK}) or $^C) { $ENV{“LD_LIBRARY_PATH”} = ‘/usr/lib/oracle/11.2/client/lib/’; $ENV{BEGIN_BLOCK} = 1; exec ‘env’,$0,@ARGV; } }
My system is Red Hat Linux. I installed
oracle-instantclient11.2-basic-11.2.0.2.0.i386.rpm oracle-instantclient11.2-sqlplus-11.2.0.2.0.i386.rpm
I think the lack of environment is due some changes in last versions of oracle instant client for linux.
Thanks for the plugin!