Last active
March 21, 2025 13:59
-
-
Save vsnguyen/740380efce42ea9d6b6cd418a9fb806f to your computer and use it in GitHub Desktop.
InstantclientSqlplus Linux
This file contains hidden or 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
echo 'export LD_LIBRARY_PATH=/opt/oracle/instantclient_19_8:$LD_LIBRARY_PATH' >> ~/.bashrc | |
echo 'export PATH=/opt/oracle/instantclient_19_8:$PATH' >> ~/.bashrc | |
echo 'export SQLPATH=/opt/oracle/instantclient_19_8' >> ~/.bashrc | |
source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment