问题标签 [roracle]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
685 浏览

sql - Shiny:反应式 SQL 查询(第一个查询的输出作为第二个查询的输入)

是否可以有 2 个 SQL 查询,并将其中第一个的输出作为第二个的输入?

我的意思是,我想使用第一个 SQL 查询,也许像这样?:

因此,我可以从 X 列中获取 uniqe 值的列表。此外,我想将此列表用作selectInput("select1",...)小部件中的选择shiny (如果我也可以选择获取所有值,那就太好了),其中将在第二个/最后一个查询中进一步使用:

可能吗?我不知道我应该把第一个查询放在哪里?在服务器端也是如此?

我的代码:

感谢您的提示

0 投票
1 回答
92 浏览

sql - 在 RORacle 中实现 ANY() 功能

我有一个我用 SQL Developer 编写的查询,它运行并返回我想要的。然后我尝试将它加载到 R 中以便我可以分析结果,但我发现我的ANY()语句根本没有翻译。

我写的查询是

此查询在 SQLDeveloper 中完全有效,但 ROracle 似乎无法识别该ANY()语句。只是ANY()功能不被接受吗?我猜它只是一个 SQLDeveloper 函数......

有谁知道我如何简单地在 R 中实现该功能?

0 投票
0 回答
246 浏览

r - 如何存储来自反应式 SQL 查询的数据以进行进一步过滤(DT)并在 ggplot 中显示

我如何将从数据库接收到的数据存储为对象,进一步(如果需要)将使用数据表(DT)过滤并使用显示ggplot

这是代码:

谢谢你的帮助!

[已解决] 问题出在rownames=FALSE

所以对于datatable,它应该是这样的:

干杯

0 投票
2 回答
75 浏览

r - ROracle 未获取全文变量

我正在尝试使用 ROracle 从 Oracle DB 中获取数据。我的变量之一是长字符串变量,但是当我使用 fetch(var) 时,它会随机剪切变量。还有其他人遇到类似问题吗?

0 投票
2 回答
837 浏览

r - ROracle package load fails on windows 7 after install

I looked everywhere and followed the exact instructions provided, but run into this error when I load the library on my Windows 7 machine:

Here is my R version:

I downloaded the ROracle binary for Windows from this page: http://www.oracle.com/technetwork/database/database-technologies/r/roracle/downloads/index.html

I used the ROracle 1.2-1 version.

My OCI_LIB64 and PATH environmental variables are as follows:

Anything else I am missing? How can I get this to work?

I have administrator rights to all the folders, including the library paths.

0 投票
1 回答
1316 浏览

sql - 将多个参数传递给 dbGetQuery()?

我正在使用 ROracle 包从数据库中获取记录。我需要从中传递多个值dbGetQuery(),以便可以在查询的 where 子句中使用它们。假设我有:

然后我可以通过调用获取表数据

我将获取数据变量中的数据。我面临的问题是,如果我必须dbGetQuery() 从那时起传递多个值,该怎么做。

例子:

现在如果我打电话

它会给出错误。

我尝试传递一个向量,但仍然出现错误,例如

有什么办法可以做到吗?

0 投票
2 回答
4128 浏览

r - ROracle 安装 :: 无法加载共享对象错误

inDL(x, as.logical(local), as.logical(now), ...) 中的错误:无法加载共享对象'C:/Users/Daniel/R/winlibrary/3.2/ROracle/libs/x64/ ROracle.dll': LoadLibrary 失败: %1 不是有效的 Win32 应用程序。

在此处输入图像描述


我不知道从哪里开始解决这个问题。这是 libPath() 的结果


Windows 10,R 版本 3.2.3

0 投票
0 回答
719 浏览

r - R:使用 ROracle 包的 SQL 查询中的字符串AsFactors

我很难将字符列更改为直接在 SQL 查询中的因子。我尝试了不同的方法:stringsAsFactors = TRUE,我也尝试过直接更改字符列,但没有任何效果。有谁知道如何解决这个问题?

示例 SQL 查询:

我努力了

但它没有带来任何结果。

我也试过:

但这都没有带来任何结果......

只需分别更改每个字符列,我就得到了解决方案:

但是在我的情况下,字符列太多,因此无法手动选择。

任何想法如何直接在 SQL 部分(dbGetQuery())中将字符串更改为因子?

谢谢

0 投票
0 回答
204 浏览

r - ROracle not handling spatial data?

I am having issues with handling georaster-tables from Oracle-databases in R with ROracle-package and I am wondering if ROracle is able to match Oracles georaster-datatype to R-datatypes, cause everytime I do something like

I get the error message:

This is my connection, which works fine:

This is my workaround solution for now, which reads the cell values of every single pixel serverside and sends it to R as a number and puts it in a new raster.

This works for a 25x25-pixel testraster and lasts around 30secs. So this is not a solution for proper rasters as it would last ages and I am also losing the spatial information.

Does anybody know if ROracle is able to handle rasters from Oracle-databases and how this works?

If not, is there a smarter workaround than mine?

0 投票
1 回答
6648 浏览

r - 仅以源代码形式提供的包,可能需要编译 C/C++/Fortran:'ROracle' 这些将不会被安装

我试图ROracle在 R 中安装包。但无法安装包。它给了我以下错误:

仅以源代码形式提供的包,可能需要编译 C/C++/Fortran:'ROracle' 这些将不会被安装

知道如何解决吗?