I'm running an instance of R under Solaris 10.(sun4u sparc). When I invoke
the x11() interface, I get the following error:
> x11()
Error in x11() : X11 module cannot be loaded
In addition: Warning message:
In x11() :
unable to load shared library '/usr/local/lib/R/modules//R_X11.so':
ld.so.1:
I have compiled and linked a 64 bit version of R (R 2.9.2) and the
corresponding unix ODBC 64 bit package
When issuing a SqlQuery, I get the following error
> library(RODBC)
> channel <- odbcConnect("OraLSH", , )
> sqlQuery(channel,"select sysdate from dual")
Error in .Call(C_RODBCFetchRows, att
I have compiled and linked a 64 bit version of R (R 2.9.2) and the
corresponding unix ODBC 64 bit package
When issuing a SqlQuery, I get the following error
> library(RODBC)
> channel <- odbcConnect("OraLSH", , )
> sqlQuery(channel,"select sysdate from dual")
Error in .Call(C_RODBCFetchRows, att
I have compiled and linked a 64 bit version of R (R 2.9.2) and the
corresponding unix ODBC 64 bit package
The red highlighted text below is the error I'm getting trying to when
invoking a sqlQuery
> library(RODBC)
> channel <- odbcConnect("OraLSH", , )
> sqlQuery(channel,"select sysdate from dua
4 matches
Mail list logo