DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33452





------- Additional Comments From [EMAIL PROTECTED]  2005-09-30 16:26 -------
Created an attachment (id=16563)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=16563&action=view)
Patch to fix the bug

I've fixed this bug by adding a nested element to specify the connection
properties. The ant script can look something like this:

<sql driver="oracle.jdbc.OracleDriver"
     url="${ora.jdbc.url}"
     userid="sys"
     password="sys"
     rdbms="oracle">
  <connectionproperties>
    <property name="internal_logon" value="SYSDBA"/>
  </connectionproperties>
  <transaction  src="create_new_user.sql"/>
</sql>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to