We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb81bf6 commit 4da0214Copy full SHA for 4da0214
test/ant/sql.xml
@@ -22,7 +22,7 @@
22
<echo message="Running @{infile} See @{outfile}"/>
23
<exec
24
dir="@{sqlplus.dir}"
25
- executable="sqlplus"
+ executable="@{sqlplus.dir}/sqlplus"
26
output="@{outfile}"
27
inputstring="exit">
28
<arg line="'@{user}/@{pass}@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=${Server})(Port=${Port}))(CONNECT_DATA=(SID=${DBName})))' @ @{infile}"/>
0 commit comments