如何连接到MacOS上的Oracle开发人员DB VM?

发布于 2025-01-22 22:13:46 字数 1225 浏览 0 评论 0原文

我正在运行 oracle noreferrer“> oracle开发者db vm virtualbox上。在我的本地,我正在运行MacOS,并下载了Oracle的 sqldeveloper 。我已经使用发现的配置成功地连接到数据库,在这里。我希望在r中连接数据库,例如像这样

con <- DBI::dbConnect(odbc::odbc(),
                  Driver = "[your driver's name]",
                  Host   = "localhost",
                  SVC    = "[your schema's name]",
                  UID    = "hr",
                  PWD    = "oracle",
                  Port   = 1521)

我也有尝试使用 iodbc管理员,但是很难找到任何驱动程序&amp;驱动程序管理器配置将像我从SQL Developer获得的成功连接一样成功。我发现的每个错误都意味着配置是错误的。我希望将成功的SQL开发人员连接转换为成功的R连接或连接的DSN。

I am running the Oracle Developer DB VM on Virtualbox. On my local I am running macOS and have downloaded Oracle's SQLDeveloper. I have successfully connected to the database using the configuration found here. I am hoping to connect the the database in R, for example like this:

con <- DBI::dbConnect(odbc::odbc(),
                  Driver = "[your driver's name]",
                  Host   = "localhost",
                  SVC    = "[your schema's name]",
                  UID    = "hr",
                  PWD    = "oracle",
                  Port   = 1521)

I have also tried connecting to the database using ODBC Manager and iODBC Administrator but am having trouble finding any driver & driver manager configuration that will have a successful connection like I got from SQL Developer. Every error I've gotten implies the configuration is wrong. I'm hoping to translate the successful SQL Developer connection into either a successful R connection or a connected DSN.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文