You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/02/05 13:45:13 UTC

DO NOT REPLY [Bug 41540] New: - ORA-00600: internal error code, arguments: [12259], [], [], [], [], [], [], []

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

           Summary: ORA-00600: internal error code, arguments: [12259], [],
                    [], [], [], [], [], []
           Product: Tomcat 5
           Version: 5.0.0
          Platform: All
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: shivani.kataria@fmr.com
                CC: shivani.kataria@fmr.com


Hi,

I am  calling a stored proc in java ,code is below:

try 
		{
			//cstmt = con.prepareCall("BEGIN 
DE_PORTAL.EXEC_PRC_GET_MONTHLY_DATA; END;");
			cstmt = con.prepareCall("{ call 
DE_PORTAL.EXEC_PRC_GET_MONTHLY_DATA() }");

			
		}
		catch (Exception e) 
		{
 
			e.printStackTrace();
		}
		ResultSet rs = cstmt.executeQuery();
		System.out.println("Query Executed");
		System.out.println("ResultSet :" +rs );
		int count = 0;
		while(rs.next())
		{
			System.out.println("Count : "+count);
			count++;
		}

I am getting this error.any idea what can be the reason and how can i resolve 
this.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41540] - ORA-00600: internal error code, arguments: [12259], [], [], [], [], [], [], []

Posted by bu...@apache.org.
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=41540>.
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=41540


funkman@joedog.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Additional Comments From funkman@joedog.org  2007-02-05 07:42 -------


*** This bug has been marked as a duplicate of 41541 ***

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org