Hi guys,
I've got tcsh script like this :
Could you guys tell me what "@${SID}" for ?
And what's the difference between tcsh and normal shell script (ksh, sh) ?
thanks guys
I've got tcsh script like this :
Code:
#!/bin/tcsh -f
sqlplus ${DB_USER}/{DB_PSWD}@${SID} <<EOF
truncate table ATTRCONDITION;
quit
EOF
exit $status
Could you guys tell me what "@${SID}" for ?
And what's the difference between tcsh and normal shell script (ksh, sh) ?
thanks guys