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=34826>.
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=34826

           Summary: ORA-00600 running SQLExec w/ keepformat="true"
           Product: Ant
           Version: 1.6.2
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


Found on Oracle 10g. 

This error happens when the following criteria are met:
1) running sql task with keepformat=true
2) Comments are found OUTSIDE a sql block (like at the top of the file). 

You get the following error message:
Message: ORA-00600: internal error code, arguments: [12259], [], [], [], [], [],
[], [] 

A solution would be to have the task determine whether it is currently in the
middle of an SQL block while it is iterating through the file. A proposed fix
patch will be attached.

-- 
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