Hi

How do I execute sqlplus from ant's exec task? I would like to do something like the 
following:
        <target name="executeSQLscript">
            <exec executable="${sqlplus-path}/SQLPLUS.EXE">
              <arg line=" ${sqlplus-username.password} @${sqlscriptfile}"/>
            </exec>
        </target>
Thanks!
G�ran



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to