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 90922 - oracle db connection, not showing tables
Summary: oracle db connection, not showing tables
Status: RESOLVED DUPLICATE of bug 84654
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-12 08:12 UTC by jishin
Modified: 2006-12-12 13:15 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 jishin 2006-12-12 08:12:58 UTC
hello everyone

i m trying to connect the oracle 8g with netbeans 5.5. the connection is ok and
i can sucessfully execute qureys via the query analyser (named sql command in
netbeans). i can see the tables if i run "select * from tab" in the query
analyser. but if i click "Tables" runtime window it will wait for some time and
show a red icon in the status bar. i m adding the info in the window which
appear when i click the red icon

java.lang.AbstractMethodError:
oracle.jdbc.driver.OracleDatabaseMetaData.getDatabaseMajorVersion()I
	at
org.netbeans.lib.ddl.adaptors.DefaultAdaptor.getDatabaseMajorVersion(DefaultAdaptor.java:3967)
	at
org.netbeans.modules.db.explorer.infos.TableListNodeInfo.initChildren(TableListNodeInfo.java:49)
	at
org.netbeans.modules.db.explorer.infos.DatabaseNodeInfo.getChildren(DatabaseNodeInfo.java:675)
	at
org.netbeans.modules.db.explorer.DatabaseNodeChildren$2.run(DatabaseNodeChildren.java:94)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Andrei Badea 2006-12-12 13:15:15 UTC
Please use a 10.x version of the Oracle JDBC driver.

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