A .bat (batch) file consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. A batch file can be scheduled to run automatically or run silently in ...
Hi all,<BR><BR>I am trying to run a sql script inside a .bat file. <BR><BR>If I do this manually:<BR><BR>sqlplus user/pass@dbname<BR>@<script.sql><BR><BR>How do I automate this? Basically, I want to ...