News

See the START command for more information. You have the option of entering logon. If you do not specify logon and do specify start, SQL*Plus assumes that the first line of the command file contains a ...
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 ...