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

Summary: Retrieving schema information for persistence wizard very slow
Product: javaee Reporter: tkellerer <tkellerer>
Component: PersistenceAssignee: Martin Adamek <madamek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***