Hi All,
I am trying to make a batch file to run three queries in succession. Following is the sample for the same, the thing is that when I am trying to run this batch file, it is only able to execute the first query and the remaining 2 queries are skipped by the batch file.
>sqlplus username/abcd@xyz "@Insert_Script.sql" "@EOD_SCRIPT.sql" "@Pre_EOD_Script.sql"
>pause
What am I missing here?
Regards,
Sphinx