Created
September 24, 2020 01:49
-
-
Save toxinu/4a018f3d3a9c2ecb796d3fa71379c6ac to your computer and use it in GitHub Desktop.
blog/nagios-oracle-health-plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ORACLE_HOME=/opt/instantclient_11_2 | |
export LD_LIBRARY_PATH=$ORACLE_HOME | |
echo 'ORACLE_HOME="/opt/instantclient_11_2"' >> /etc/environment | |
echo 'LD_LIBRARY_PATH=$ORACLE_HOME' >> /etc/environment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment