Displaying 3 results from an estimated 3 matches for "rs_ora_init".
2002 Feb 12
0
ROracle: Call function name not in load table
Hi,
I've just installed the ROracle package. The library loads okay but when I
try to instantiate a database manager I get an error:
> ora <- dbManager("Oracle")
Error in .Call("RS_Ora_init", config.params, reload) :
.Call function name not in load table
Has anyone had any experience with using this package?
Regards,
Gavin Kennedy
Software Engineer - Bioinformatics
CSIRO Mathematical and Information Sciences
Gavin.Kennedy at CSIRO.AU
ph: 612-6246-4929
-.-.-.-.-.-.-.-....
2003 Oct 16
0
ROracle Win2K
I have success with compiling and installation on
R-1.7.1 with ROracle_0.5-0.tar.gz.tar
But starting the first tests i get this error ?
>>
>>library(DBI)
>>library(ROracle)
>>
>>drv <- dbDriver("Oracle")
Error in .Call("RS_Ora_init", config.params, reload, PACKAGE = .OraPkgName)
:
.Call function name not in load table
Perhaps it is necessary copy some *.dll from Oracle
to /library/ROracle/libs
Thanks for any help!!!
Christian
2004 Jan 21
1
Oracle RODBC/ROracle(W2k)
...i see the table with headers and without rows in oracle.
P.S.
Anyboddy know why this error occur(win2k,1.8.1!)?
Installation and compiling of (DBI) and (ROracle) works
fine. Now i try the example from docs:
library(DBI)
library(ROracle)
ora <- dbDriver("Oracle")
Error in .Call("RS_Ora_init",config.params,reload,Package=.OraPkgName)
.Call function name not in load table
Maybe a missing environment variable?
Many thanks for hints to fix this
problems,
Christian