0
点赞
收藏
分享

微信扫一扫

Oracle SQL Developer连接其他数据库

非凡兔 2023-03-22 阅读 56


 
找到数据库连接的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]

举报

相关推荐

0 条评论