I want to create a batch file which will open the SQLPLUS [CLI] and will execute some stored sql file and will also store the output to text file.
So I've created this batch file [which does not work].
These SQL file contains SQL which returns the max number from a table.
sqlplus scott/tiger@DB
@sql1.sql>data1.txt
@sql2.sql>data2.txt
The problem is it does not executes the SQL files after opening the SQLPLUS
- Windows XP
- Oracle 9i