Im unable to set my env variable for oracle client in my terminal.
When I try this command the env variable is not being set
export DYLD_LIBRARY_PATH=/opt/oracle/instantclient_11_2
but when I try this its working fine.
export DYLS_LIBRARY_PATH=/opt/oracle/instantclient_11_2
Not sure what is the difference between DYLD & DYLS