Re: ANT and SQLPlus

2008-04-23 Thread Chuck Holzwarth
3478 (home) (540) 335-3171 (cell) - Original Message From: Mike Stewart <[EMAIL PROTECTED]> To: user@ant.apache.org Sent: Wednesday, April 23, 2008 6:43:21 AM Subject: ANT and SQLPlus I am trying to execute a SQLPlus script from ANT and have been unable to get this to work when th

Re: ANT and SQLPlus

2008-04-23 Thread David Brown
Hello, if u don't get a better answer from one of the ant gurus u might want to try: expect. it appears from the script file extension (.bat) u r using windows so get expect for windows. HTH. Mike Stewart wrote .. > I am trying to execute a SQLPlus script from ANT and have been unable to > get t

ANT and SQLPlus

2008-04-23 Thread Mike Stewart
I am trying to execute a SQLPlus script from ANT and have been unable to get this to work when the SQLPlus script requires user input as in the example below: If I execute the ANT target Create: Note have also tried the /C, /c, /k value here but