在java中连接到oracledb

发布于 2024-08-23 17:02:25 字数 111 浏览 4 评论 0原文

我在一家大公司工作,需要连接oracle数据库。它的设置是为了让我可以通过 DSN 连接到它,但我想直接连接到数据库。当我拥有的唯一信息是数据库名称以及用户名和密码时,我该怎么做?通过 dsn 可以正常工作。

I work in a big company and need to connect to a oracle database. It is set up so that i can connect to it through DSN, but I would like to connect to the db directly. How do i do that, when the only information I have is the name of the db and the username and password. It works fine through dsn.

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

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

发布评论

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

评论(1

z祗昰~ 2024-08-30 17:02:25

我认识的大多数 Java 开发人员都使用 JDBC Thin Client 进行连接。您需要用户/密码、主机名和数据库 ID,并且您应该能够连接。

Most the Java developers I know use JDBC Thin Client to connect. You need user/pass, hostname and database id and you should be able to connect.

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