Skip to content

Instantly share code, notes, and snippets.

@vsnguyen
Last active March 21, 2025 13:59
Show Gist options
  • Save vsnguyen/740380efce42ea9d6b6cd418a9fb806f to your computer and use it in GitHub Desktop.
Save vsnguyen/740380efce42ea9d6b6cd418a9fb806f to your computer and use it in GitHub Desktop.
InstantclientSqlplus Linux
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