eastwoj wrote:
yes. same machine .. i'm wondering if the problem might be something to do
with the fact that Ant is using JDBC to execute the statements while sqlplus
uses sqlnet. Maybe ant is reading all 23000 statements into memory and
that's a problem?
this is probably way out of ant's <sql> normal use model, though for
setting up test data, certainly justified. I actually advocate using
your O/R mapping tools of choice to do this, because it stress tests
your code there, where it really matters.
Currently <sql> has not enough tests. This is flagged as an issue in the
300+ open ant bugs
http://issues.apache.org/bugzilla/show_bug.cgi?id=38245
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]