This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 214601 - java.sql.SQLException: OALL8 is in an inconsistent state.
Summary: java.sql.SQLException: OALL8 is in an inconsistent state.
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-22 07:41 UTC by Exceptions Reporter
Modified: 2012-10-05 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189901


Attachments
stacktrace (983 bytes, text/plain)
2012-06-22 07:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-22 07:41:45 UTC
This bug was originally marked as duplicate of bug 163822, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP

Stacktrace: 
java.sql.SQLException: OALL8 is in an inconsistent state.
   at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:166)
   at oracle.jdbc.driver.T4C8Oall.init(T4C8Oall.java:308)
   at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:97)
   at oracle.jdbc.driver.T4CStatement.fetch(T4CStatement.java:811)
   at oracle.jdbc.driver.OracleResultSetImpl.close_or_fetch_from_next(OracleResultSetImpl.java:353)
   at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:275)
Comment 1 Exceptions Reporter 2012-06-22 07:41:51 UTC
Created attachment 121199 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-10-05 10:25:36 UTC
The error originates in JDBC driver, see
https://forums.oracle.com/forums/thread.jspa?threadID=274018

Database exception handling was changed in NetBeans 7.2. Please try this (or newer) version and reopen if the bug can be reproduced. Thank you.