I have a script that runs an SQL script by calling it like:
This executes fine, but then sqlplus waits for me to type 'quit' before the rest of the bash script runs. Is there a command line option that I am missing?
Any ideas?
Thanks
Code:
sqlplus -S username/password @freespce.sql
This executes fine, but then sqlplus waits for me to type 'quit' before the rest of the bash script runs. Is there a command line option that I am missing?
Any ideas?
Thanks