Skip to content

Commit 4da0214

Browse files
authored
Update sql.xml
1 parent eb81bf6 commit 4da0214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ant/sql.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<echo message="Running @{infile} See @{outfile}"/>
2323
<exec
2424
dir="@{sqlplus.dir}"
25-
executable="sqlplus"
25+
executable="@{sqlplus.dir}/sqlplus"
2626
output="@{outfile}"
2727
inputstring="exit">
2828
<arg line="'@{user}/@{pass}@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=${Server})(Port=${Port}))(CONNECT_DATA=(SID=${DBName})))' @ @{infile}"/>

0 commit comments

Comments
 (0)