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 86616 - database explorer: issue with viewing Oracle tables - "Unsupported feature"
Summary: database explorer: issue with viewing Oracle tables - "Unsupported feature"
Status: RESOLVED DUPLICATE of bug 84654
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 19:52 UTC by 3dj3
Modified: 2006-10-10 15:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of error message (71.17 KB, image/jpeg)
2006-10-05 19:57 UTC, 3dj3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 3dj3 2006-10-05 19:52:54 UTC
I recently installed the NB 5.5 RC1 and set up an Oracle database (JDBC)
connection. I tried to view the database tables using the database explorer. I
am able to expand the views and procedures nodes. But whenever I attempt to
expand the tables node, I receive the following message in a pop-up window:

"Unable to read the database structure, connection is broken; Unsupported feature"

I have set up multiple connections to various Oracle datbases (and versions),
all with the same result.

I do not receive this message in NB 5.5 Beta2 (Build 200607190830) and the
tables are displayed in the tree.

Java version: 1.5.0_06-b05
OS: Windows XP SP2
Oracle driver: oracle.jdbc.driver.OracleDriver from ojdbc14.jar
Oracle client: Oracle 9i (9.2.0.1.0)
Netbeans: NetBeans 5.5 RC1 Build 100610030000
Comment 1 3dj3 2006-10-05 19:57:07 UTC
Created attachment 34938 [details]
Screenshot of error message
Comment 2 Andrei Badea 2006-10-10 15:24:30 UTC
Probably caused by an old version of the Oracle driver, please use a 10.2.x
driver instead.

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