[url]http://www.oracle.com/technetwork/database/migration/omwb-getstarted-093461.html#conf[/url]
找到数据库连接的jar:
terajdbc4.jar
mysql-connector-java-5.1.6-bin.jar
jtds-1.2.5.jar
1.In SQL Developer choose Tools -> Preferences...
2.Expand the "Database" option in the left hand tree
3.Click on "Third Party JDBC Drivers"
4.Click on "Add Entry..."
5.Navigate to your third-party driver jar file and choose OK
然后就可以连接其他数据库了。
[color=red]问题:连接其他数据库之后,工具依然没有自动提示功能。[/color]
找到数据库连接的jar:
terajdbc4.jar
mysql-connector-java-5.1.6-bin.jar
jtds-1.2.5.jar
1.In SQL Developer choose Tools -> Preferences...
2.Expand the "Database" option in the left hand tree
3.Click on "Third Party JDBC Drivers"
4.Click on "Add Entry..."
5.Navigate to your third-party driver jar file and choose OK
然后就可以连接其他数据库了。
[color=red]问题:连接其他数据库之后,工具依然没有自动提示功能。[/color]

文章详细介绍了如何在SQLDeveloper中连接其他数据库,并解决连接后工具未自动提示功能的问题。通过一系列步骤操作,如选择工具、调整偏好设置、添加第三方驱动程序等,最终实现对其他数据库的有效连接及功能提示。适用于数据库迁移和多数据库管理场景。


被折叠的 条评论
为什么被折叠?



