can i use more than sql script in one shell script? [message #98341] |
Wed, 28 July 2004 00:51 |
BhavinShah
Messages: 105 Registered: February 2004
|
Senior Member |
|
|
hi.. friends,
I have a problem of running sql scripts in shell scripting programme..
example:
run_script.sh file:
sqlplus nmov/nmov @/non/a.sql @/non/b.sql @/non/c.sql
sqlplus fmov/fmov @/non/a.sql @/non/b.sql @/non/c.sql
eof
when i m executing run_script.sh only first script is executed and it don't go for @/nmov/b.sql
I have given exit in last @/non/c.sql file.
bye..
thax for help in adv.
|
|
|
|
|