Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@darkto
Favorites0
Views
Projects0
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!
Reviewed 15 years ago