Hi everyone,
I create a shell script in order to logon and run the .sql script. It does logon, but
it stays at the SQL> prompt and does not runt he script. I don't know what did
I do wrong.

test.sh script
-------------
cd $ORACLE_BASE
sqlplus (username)/(password)
@sample.sql