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 19739 - DBExplorer does not show indexes if name of table is case sensitive (Oracle)
Summary: DBExplorer does not show indexes if name of table is case sensitive (Oracle)
Status: CLOSED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Other
: P3 blocker (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-24 16:26 UTC by Richard Malaschitz
Modified: 2003-06-30 17:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Malaschitz 2002-01-24 16:26:08 UTC
If I name of table is case sensitive 

CREATE TABLE "MyTable" (id int);

then DbExplorer 
doesn't show indexes in tree.
Comment 1 Radko Najman 2002-01-24 17:41:17 UTC
It is an Oracle 8i JDBC driver bug. DatabaseMetaData.getIndexInfo()
method doesn't return expected ResultSet for tables with case
sensitive names.
Comment 2 Quality Engineering 2003-06-30 17:16:32 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-06-30 17:17:26 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.