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 76380 - Retrieving schema information for persistence wizard very slow
Summary: Retrieving schema information for persistence wizard very slow
Status: RESOLVED DUPLICATE of bug 75687
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-15 15:32 UTC by tkellerer
Modified: 2006-05-17 13:55 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 tkellerer 2006-05-15 15:32:55 UTC
When using the persistence wizard with Oracle, it takes 5 minutes (!) to
retrieve information about my schema.

The Oracle user (i.e. the schema) that is used, contains only 31 tables. 

Note that DatabaseMetaData.getTables() executes in under a second for the same user.

JDK 1.5.0_06, Windows XP
Comment 1 Andrei Badea 2006-05-17 13:55:59 UTC

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