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 105669

Summary: Error while generating Oracle DB Schema on Orable 10g
Product: db Reporter: arwind <arwind>
Component: DB schemaAssignee: Andrei Badea <abadea>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description arwind 2007-06-05 00:07:44 UTC
java.lang.AbstractMethodError: oracle.jdbc.driver.OracleDatabaseMetaData.getDatabaseMajorVersion()I
	at org.netbeans.modules.dbschema.jdbcimpl.SchemaElementImpl.initTables
(SchemaElementImpl.java:211)
	at org.netbeans.modules.dbschema.jdbcimpl.wizard.CaptureSchema$1.run(CaptureSchema.java:138)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Andrei Badea 2007-06-05 13:36:15 UTC
Please use a 10.x version of the Oracle driver.


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