在 SQL Developer 中设置 sybase DB 连接?

发布于 2024-12-13 02:00:22 字数 162 浏览 2 评论 0原文

我们可以使用 SQL Developer 连接到 sybase 数据库服务器吗? 如果是的话我们需要进行哪些配置设置?

我们可以在Oracle目录中使用相同的tnsname.ora文件吗?还是需要单独安装sybase客户端来获取连接信息

Can we connect to the sybase db server using SQL developer.
If yes what are the configuration settings we need to make?

Can we use the same tnsname.ora file in the Oracle directory or do we need to install a sybase client seperately for getting connection informa

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

心如荒岛 2024-12-20 02:00:22

在 Oracle SQL Developer 3 中:

您需要通过 Oracle SQL Developer 的 GUI 的工具/首选项下载“JTDS JDBC Driver”扩展。该扩展的描述仅提到了 Microsoft SQL Server,但它也可用于 Sybase。

安装完成后,您应该在“创建连接”对话框中看到 2 个新选项卡:(MS)“SQLServer”和“Sybase”。

我不必设置第 3 方 JDBC 驱动程序(对 Sybase JDBC 连接器 JAR 的引用)。

In Oracle SQL Developer 3:

You need to download the "JTDS JDBC Driver" extension via Oracle SQL Developer's GUI under Tools / Preferences. The description of this extension only mentions Microsoft SQL Server, but it can also be used for Sybase.

Once it's installed, you should see 2 new tabs in the Create Connection dialog: (MS) "SQLServer" and "Sybase".

I did not have to set up a 3rd party JDBC driver (a reference to a Sybase JDBC connector JAR).

眉黛浅 2024-12-20 02:00:22

您必须在 SQL Developer 中配置新的 JDBC 驱动程序。

您可以按照以下说明操作:
http://www.oracle.com/technetwork/database/migration /jdbc-migration-1923524.html

基本上你必须下载开源jTDS驱动程序的受支持版本(1.2),然后将jar文件添加到“首选项”中的“第三方 JDBC 驱动程序”。

You have to configure a new JDBC Driver into SQL Developer.

You can follow these instructions:
http://www.oracle.com/technetwork/database/migration/jdbc-migration-1923524.html

Basically you have to download the supported version of the open source jTDS driver (1.2) and then add the jar file in "Third Party JDBC Drivers" on "Preferences".

懵少女 2024-12-20 02:00:22

我得到了解决方案。
我们可以下载 Sybase 插件,它允许我们使用 SQL Developer for Sybase。
或者我们可以为 SQL 开发人员使用 JDBC ODBC 桥调整。
可以免费下载。

I got the solution.
We can download the Sybase plugin which allow us to use SQL Developer for Sybase.
Or we can use JDBC ODBC bridge tweaks for SQL developer.
Can be downloaded for free.

ˇ宁静的妩媚 2024-12-20 02:00:22

下载 JTDS 驱动程序的链接。只需将其添加到您的 Oracle SQL Developer 即可完成!

Link to download the JTDS driver. Just add it to your Oracle SQL developer and you are done!!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文