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 88701

Summary: Tables tree cannot be expanded for Oracle 8
Product: db Reporter: Ivan Bradac <ibradac>
Component: CodeAssignee: Andrei Badea <abadea>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ivan Bradac 2006-11-06 13:33:57 UTC
If I connect to an Oracle 8 database through an Oracle jdbc driver, the Tables 
tree cannot be expanded: 

If I use classes12.zip , an infinite "Please wait" icon is displayed. 
If I use ojdbc14.jar, an error message appears: "Unable to read the database 
structure; Unsupported feature".

However, I can expand the Views and Procedures. I can also execute queries 
directly.

It worked well with NetBeans 5.5. beta . I could use both the drivers mentioned 
above.
Comment 1 Andrei Badea 2006-11-07 12:11:05 UTC
Please try using a 10.x version of the ojdbc14.jar driver.
Comment 2 Ivan Bradac 2006-11-07 13:53:00 UTC
I took 10.2.0.2 and it works.

Thanks for your hint.
Comment 3 Andrei Badea 2006-11-08 10:14:35 UTC

*** This issue has been marked as a duplicate of 84654 ***