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 99721 - i cannot browse the oracle database
Summary: i cannot browse the oracle database
Status: RESOLVED DUPLICATE of bug 99720
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: HP Windows XP
: P4 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-02 18:51 UTC by shibnath82
Modified: 2007-04-03 18: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 shibnath82 2007-04-02 18:51:06 UTC
i cannot browse the oracle database.....i can connect to the database...the sql
queries are running fine...but whenever i try to see the tables in the
db-explorer, it shows an error.....the error in the log file is.....



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)



please help me out.....
Comment 1 _ jimdavidson 2007-04-02 22:15:51 UTC
Please report which JDBC driver and which version you are using.  If it's the
Oracle driver, you should use 10.x, preferably the newest (10.2.0.3).
Comment 2 Andrei Badea 2007-04-03 10:18:56 UTC

*** This issue has been marked as a duplicate of 99720 ***
Comment 3 shibnath82 2007-04-03 18:17:44 UTC
thanks a lot...jimdavidson.....it's now working fine with oracle 10.2.0.3
...
also thank you, abadea....the issue 84654 you pointed to was very helpful....