Script Shell - erreur de syntaxe près du jeton inattendu "else"

Avec le script shell suivant, pourquoi j'obtiens des erreurs syntax error near unexpected token `else' Script Shell echo "please enter username" read user_name echo "please enter password" read -s pass echo ${ORACLE_SID} SID=${ORACLE_SID} if ["${ORACLE_SID}" != 'Test'] then sqlplus -s -l...