Have you tried it?  And?

How about the <sql> task?  Would that work better for you?

        Erik


[EMAIL PROTECTED] wrote:
> 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]>
> 
> 
> 



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

Reply via email to