Hi,
I am trying to write a unix shell script that starts sqlplus and then run a sql script.
What I have tryed is:
#
#
sqlplus /
@ file.sql
#
#
When I run the script it starts sqlplus, but is does not run the next line till I exit sqlplus.
Can anyone help me out with this?
Regards,
I am trying to write a unix shell script that starts sqlplus and then run a sql script.
What I have tryed is:
#
#
sqlplus /
@ file.sql
#
#
When I run the script it starts sqlplus, but is does not run the next line till I exit sqlplus.
Can anyone help me out with this?
Regards,