How do I create a batch file for SQLPlus?
I need to create a batch file i.e. batch.bat
...
When we execute this file:
- It will open SQLPlus
- It will select a file named
file1.sql
.
file1.sql
contains user-specific create and insert scripts.
I have file.sql
, but I need to know, how do I create a batch file to perform this function?
+1
Gokul
a source
to share