Shell Script - erro de sintaxe próximo ao token inesperado `else '

Com o seguinte script shell, por que estou recebendo erros syntax error near unexpected token `else' Shell Script 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...