When executing an SQL file, the username for the default connection should not
be mandatory. For example, this property file should work as long as the SQL
file uses 'USE CONNECTION' from the start:
properties-version = 1.0
classpath.ext = ojdbc6-11.2.0.3.jar
connection.driver = oracle.jdbc.OracleDriver
connection.url = jdbc:oracle:thin:@XXXX:1521:XXXX
connection.elec.username = XXXX
connection.elec.password = XXXX
connection.gas.username = XXXX
connection.gas.password = XXXX
sql.file = export.sql
The same for build.xml and pom.xml?
Original issue reported on code.google.com by rene.de....@gmail.com on 19 Jun 2012 at 11:02
Original issue reported on code.google.com by
rene.de....@gmail.com
on 19 Jun 2012 at 11:02