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 87599

Summary: Failed to explore tables from Oracle 9i database
Product: db Reporter: wvreeven <wvreeven>
Component: CodeAssignee: Andrei Badea <abadea>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description wvreeven 2006-10-20 08:06:45 UTC
I'm using NB5.5 RC2. When I register the classes12.jar from an Oracle 9i
database (version 9.2.0.1.0) I can connect to my database succesfully. However,
when I expand the newly created databse node and then expand the tables node, I
get a popup saying

Unable to read the database structure, connection is broken; Kenmerk wordt niet
ondersteund.

The latter part of the message appears to be a Dutch error message which
translates roughly as "Feature not supported". The same jar with drivers worked
just fine for NB5.5 Beta 2. I did check this again before isuuing this bug.


Kind regards, Wouter van Reeven
Comment 1 Andrei Badea 2006-10-20 10:18:44 UTC
NetBeans 5.5 requires a JDBC 3.0 driver for Oracle. See the rationale in issue
84654 desc8.

*** This issue has been marked as a duplicate of 84654 ***
Comment 2 wvreeven 2006-10-20 10:33:02 UTC
Sorry to have issued this. Thanks for your quick reply. I can confirm that the
table explorer works fine with the Oracle 10.1.2 database driver. I'll add some
comments to issue 84654 and will close this issue.


Wouter