Skip to content

Instantly share code, notes, and snippets.

View vsnguyen's full-sized avatar

Vietson Nguyen vsnguyen

View GitHub Profile
@vsnguyen
vsnguyen / gist:740380efce42ea9d6b6cd418a9fb806f
Last active March 21, 2025 13:59
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