DBVisualizer 6.0.1 : ALTER TABLE for Oracle returned error
a
anonymous
started a topic
over 17 years ago
[This topic is migrated from our old forums. The original author name has been removed]
ANY ideas why is this happening?
java.lang.NullPointerException at com.onseven.dbvis.a.F.B.E$A.<init>(Z:1880) at com.onseven.dbvis.a.F.B.E.?(Z:844) at com.onseven.dbvis.a.F.C.?(Z:3355) at com.onseven.dbvis.a.F.C.?(Z:2552) at com.onseven.dbvis.a.F.B.E.?(Z:946) at com.onseven.dbvis.a.F.A.?(Z:2178) at com.onseven.dbvis.a.F.D.execute(Z:2717) at se.pureit.swing.util.PureAction.actionPerformed(Z:2050) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.onseven.dbvis.I.A.f.dispatchEvent(Z:2787) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Re: DBVisualizer 6.0.1 : ALTER TABLE for Oracle returned error
Hi Zaimi,
Which version of Oracle are you using?
Thanks,
Hans
a
anonymous
said
over 17 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: DBVisualizer 6.0.1 : ALTER TABLE for Oracle returned error
Hans,
Your question triggered me to test both of our Oracle 10G db instance .
Additional clarification -- ALTER TABLE 'GUI navigator' popped up with 10G but not with 8i.
Thanks.
Hans Bergsten
said
over 17 years ago
[This reply is migrated from our old forums.]
Re: DBVisualizer 6.0.1 : ALTER TABLE for Oracle returned error
Thanks Zaimi,
There seems to be a problem with Alter Table (and most likely the DDL tab) specifically for Oracle 8 (for Oracle 9 and 10 it works fine). We're looking into it.
Regards,
Hans
Message was edited by: Hans Bergsten
Hans Bergsten
said
over 17 years ago
[This reply is migrated from our old forums.]
Re: DBVisualizer 6.0.1 : ALTER TABLE for Oracle returned error
Hi Zaimi,
This should be fixed in the next version. I found a difference in the Oracle system tables used for Alter Table and the DDL tab that explains this problem and changed the code accordingly. I can not, however, test it to be 100% sure because we do not have an Oracle 8i installation available and Oracle no longer have 8i available for download. Please test it with the new release when it becomes available.
Thanks,
Hans
anonymous
java.lang.NullPointerException
at com.onseven.dbvis.a.F.B.E$A.<init>(Z:1880)
at com.onseven.dbvis.a.F.B.E.?(Z:844)
at com.onseven.dbvis.a.F.C.?(Z:3355)
at com.onseven.dbvis.a.F.C.?(Z:2552)
at com.onseven.dbvis.a.F.B.E.?(Z:946)
at com.onseven.dbvis.a.F.A.?(Z:2178)
at com.onseven.dbvis.a.F.D.execute(Z:2717)
at se.pureit.swing.util.PureAction.actionPerformed(Z:2050)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at com.onseven.dbvis.I.A.f.dispatchEvent(Z:2787)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)