How to execute a .sql file with shell script | Unix Linux Forums | Shell Programming and Scripting
giving an example here.. #! /usr/bin/ksh set -x ORACLE_HOME=/u101/app/oracle/product/8.1.7 export ORACLE_HOME LD_LIBRARY_PATH=$ORACLE_HOME/lib export LD_LIBRARY_PATH PATH=$PATH:/usr/ccs/bin:/usr/bin/bin:/opt/bin/usr/sbin:/$ORACLE ...
www.unix.com |