如何将 Oracle SQLdeveloper 与 HSQL / Hypersonic DB 的 JDBC 驱动程序一起使用
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2191106/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to use Oracle SQLdeveloper with HSQL / Hypersonic DB's JDBC driver
提问by Greg
I'd like to use Oracle's SQLdeveloper to visualize my HSQLDB tables. An instruction on how to use it with MySQL can be found on https://web.archive.org/web/1/http://blogs.techrepublic%2ecom%2ecom/programming-and-development/?p=564... and I know that Oracle points to a location where to download all JDBC drivers.
我想使用 Oracle 的 SQLdeveloper 来可视化我的 HSQLDB 表。关于如何在 MySQL 中使用它的说明可以在https://web.archive.org/web/1/http://blogs.techrepublic%2ecom%2ecom/programming-and-development/?p=564上找到。 .. 我知道 Oracle 指向一个下载所有 JDBC 驱动程序的位置。
With MySQL this worked, however, including the JAR file from HSQLDB (here: hsqldb-1.8.0.10.jar) did not make a new tab show up (as is the case with MySQL).
但是,对于 MySQL,这是有效的,包括来自 HSQLDB 的 JAR 文件(此处:hsqldb-1.8.0.10.jar)并没有显示新选项卡(与 MySQL 的情况一样)。
Is there a way to "convince" SQLdeveloper working with HSQLDB and JDBC? FYI, I am using Squirrel too but it's not as comfortable to work with compared to SQLdeveloper.
有没有办法“说服”使用 HSQLDB 和 JDBC 的 SQLdeveloper?仅供参考,我也在使用 Squirrel,但与 SQLdeveloper 相比,它不太适合使用。
回答by Zemian
I was looking for the same thing, then found this:
我一直在寻找同样的东西,然后找到了这个:
http://forums.oracle.com/forums/thread.jspa?messageID=4241526�
http://forums.oracle.com/forums/thread.jspa?messageID=4241526롶
So basically Oracle doesn't support it, and you can't add a new TAB on your own, even if you have the JDBC driver.
所以基本oracle不支持,你也不能自己加新的TAB,就算你有JDBC驱动。
You can try other tool like ExecuteQuery (executequery dot org)
您可以尝试其他工具,如 ExecuteQuery (executequery dot org)