Search Results

Search: Posts Made By: Charlicon
1,419
Posted By Charlicon
#! /bin/ksh if [[ $# -ne 2 ]] then echo...
#! /bin/ksh

if [[ $# -ne 2 ]]
then
echo "Error"
else
arg1=$argv[1]
arg2=$argv[2]
sqlplus username/password << "EOF"
SELECT arg1 FROM arg2
EOF
exit
fi
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 08:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy