Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试向 Eclipses Hibernate 收费添加新的连接配置文件。但在配置窗口中,我只能指定 SID,但我的数据库使用服务名称。在这种情况下我能做什么?
Oracle Thin Driver 在新连接配置文件中仅采用 SID。
您需要在New Driver Definition中选择Other Driver而不是Oracle Thin Driver 。
这将为您提供一个选项来提供整个 url,您可以在其中提供服务名称而不是sid。
例如)网址:jdbc:oracle:thin:@192.168.72.11:1521/serviceName