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 120486 - Fail to import the oracle 9.2.0.1.0 database table structure
Summary: Fail to import the oracle 9.2.0.1.0 database table structure
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 15:37 UTC by ouribeb930
Modified: 2007-11-01 11:56 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 ouribeb930 2007-10-30 15:37:32 UTC
The problem is basically that I tryed to connect to a Oracle Database v.9.2.0.1.0 with the corresponding java driver, 
the connection where satisfactory, but I failed to import the table structure.
Comment 1 David Vancouvering 2007-10-30 23:24:50 UTC
Older drivers of Oracle are known not to work well with getting metadata, which is what we need to display tables.

Can you try a newer driver?  They should work with the old database and should give us the metadata we need.
Comment 2 David Vancouvering 2007-10-31 01:23:23 UTC
I think this is a defect if we can't fix this.  I'm marking as INCOMPLETE until we hear if using a newer driver works
for the user.
Comment 3 ouribeb930 2007-10-31 18:46:55 UTC
The problem where fixed changing the driver to ojdbc-14_g-92080 I also tried with the ojdbc-14-92080 and it worked 
well. thanks to all people involved in netbeans and the fast answer.