The trouble is, if I run in following way

$ORACLE_HOME/bin/sqlplus user/pwd@database @'/data/src/myfile.sql'

after running the script, the prompt remain within SQL Plus environment. I want it to get back in Unix command prompt.

Thanx