search for: roracl

Displaying 20 results from an estimated 114 matches for "roracl".

Did you mean: roracle
2005 Aug 23
1
ROracle installation problem
Hi there, I am trying to install ROracle but I get this error. I have an error in reconcilePropertiesAndPrototype. (My LD_LIBRARY_PATH is set with the oracle lib) Thanks, Mathieu # R CMD INSTALL --configure-args='--enable-extralibs' ../ROracle_0.5-5.tar.gz * Installing *source* package 'ROracle' ... creating cache ....
2004 Jul 12
1
ROracle package error
Dear R-users, In order to use ROracle (v. 0.5-5) package I compiled R-1.9.1 on Linux (2.4.20-28.9smp) and installed it. I need to use Oracle9i on Solaris. When executing "library(ROracle)" I got the following error message: > library(ROracle) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load sh...
2003 May 14
1
ROracle problem with Oracle9i on Red Hat 8.0
Hi, I have a problem executing "library(ROracle)" in R: OS/Software: Redhat 8.0, all available patches applied Oracle 9i v9.2.0.1.0 R v1.7.0 ROracle v0.5-0 DBI v0.1-5 The compilation and installation of ROracle went fine. However when I try to load ROracle I get the following: >> library(ROracle) >Error in dyn.load(x, as.logical...
2004 Jan 20
1
Roracle pre-compile error?
Hi, trying ROracle failed? I'm using Oracle.8.1.7 which is on another machine. With Tora i get access to the database what i wish to get with R-Project, too. What does the message mean? "Oracle pre-compiler proc not in /opt/oracle/OraHome1/bin/proc you may not be able to compile ROracle" I'm usi...
2006 Sep 20
1
[ROracle] error loading (undefined symbol: sqlclu)
I have this error when I load the library ROracle: > library(ROracle) Loading required package: DBI Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/usr/local/lib/R/site-library/ROracle/libs/ROracle.so': /usr/local/lib/R/site-library/ROracle/libs/ROracle.so: undefined symbol: sqlclu E...
2005 Jan 20
1
ROracle error
I am running R 2.0.0 on a SunOs 5.9 machine and using Oracle 8i.1.7.0.0 (enterprise edition) and when I try to load ROracle I receive the following error: "require(ROracle) Loading required package: ROracle Loading required package: DBI Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/bioinfo/local/R/lib/R/library/ROracle/libs/ROracle.so": ld.so.1:...
2003 Nov 24
1
ROracle issue with shared library and RMySQL
Hello, Someone posted this same issue back in May 2003 and hasn't yet resolved the situation. I hope someone can provide some additional light. After starting R I attempt to load the ROracle library and receive the following message: > library(ROracle) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/local/lib/R/library/ROracle/libs/ROracle.so": /usr/local/lib/R/library/ROracle/libs/ROracle.so: undefined symbol: s...
2002 Aug 23
1
R/SJava/ROracle installation problem
Hi, I had problem during SJava and ROracle installation. I use "R CMD INSTALL -c SJava_0.65-0.tar.gz" command to install SJava pakage. After installation, I start R session and type library(SJava), error happened as: > library(SJava) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared libr...
2012 Mar 06
1
ROracle package
Hello everybody. I'm a newbie in R in a debian and linux in general I'm trying install roracle in my debian 64 bit system. I've read the http://cran.r-project.org/web/packages/ROracle/INSTALL and I've installed Oracel Instant Client by rpm package (using alien to deb convert). When I try to install I write export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib:$LD_LIBRARY_PATH...
2011 Jan 05
1
What are the necessary Oracle software to install and run ROracle ?
...ip instantclient-sdk-linux32-11.2.0.2.0.zip instantclient-precomp-linux32-11.2.0.2.0.zip All these tarballs are unzipped in /usr/local/lib/instantclient, I have added this path in the library path of the host. I can run sqlplus and proc, they do not complain about missing symbol. Then I install ROracle : install.packages("ROracle") Compilation step is OK But when the test step tries to load the ROracle.so library, it fails : ** testing if installed package can be loaded Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/opt/R-2.11.1/lib/R...
2005 Nov 03
1
Problem installing ROracle package under R
Context: Pentium 4 with FreeBSD 5.4 and R 2.2.0 I'm trying to install the package ROracle under R. To start with I installed the oracle8- client from the ports and referred to it via the variable $HOME_ORACLE as /usr/local/oracle8-client. Then I started R. After issuing install. packages("ROracle") R downloaded the needed package and started to compile it but complained: .....
2004 May 24
1
ROracle on RHEL 3 x86_64
Hello, I am trying to configure my system with ROracle. I am running RHEL 3 AS x86_64. I have the Oracle client 9.2.0.4 x86_64. I have successfully compiled and run both R-1.8.1 and R-1.9.0 (tried ROracle on both installations). I am using DBI 1.8 and ROracle 0.5-4. I have used both the default Redhat installed gcc 3.2.3 and gcc 3.4. I am able t...
2008 Mar 18
1
ROracle installation problem
Hi there, I tried to install ROracle package (Windows XP pro), got the following errors; *C:\Program Files\R\R-2.6.2\bin>rcmd install "c:\ROracle_0.5-9.tar.gz"* * installing to 'c:/PROGRA~1/R/R-26~1.2/library'* *---------- Making package roracle ------------* * **********************************************...
2008 May 01
3
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
Hi, I need to use ROracle to communicate with Oracle from R program in windows environment. I am using Oracle 10g, R 2.6.2. I found a pre-compiled binary for ROracle for Oracle version 9.2. When I am trying to use it with Oracle 10g I get the following error: con <- dbConnect(drv, "user/passwd at dbname");...
2012 Mar 06
2
paquete ROracle en linux
Buenas. Necesito conectarme a una BD Oracle desde linux debian y estoy probando a instalar el paquete ROracle para usar la misma forma de conectarme que tenĂ­a cuando usaban postgres. El tema es que al instalarlo me dice * installing *source* package ?ROracle? ... ** package ?ROracle? successfully unpacked and MD5 sums checked configure: error: OCI libraries not found ERROR: configuration failed for packa...
2008 Jan 29
1
"ROracle" Packages is not to be installed (PR#10652)
Full_Name: JinNyong Huh Version: 2.6.1 OS: Linux(SUSE-9.0) Submission from: (NULL) (220.75.209.235) ROracle Packages is not to be installed in my Linux. The enviroments are as follows: * O/S Profile [ export ORACLE_BASE=/opt/oracle export ORACLE_SID=DEMO10G export ORACLE_HOME=$ORACLE_BASE/product/10g export ORACLE_DOC=$ORACLE_HOME/doc export ORACLE_TERM=vt220 export TERM=vt100 export NLS_LANG=AMERICAN...
2004 Dec 09
1
ROracle/DBI problem with dbExecStatement on RH Linux
Hi, first thanks to Sunny Ho (and David James for the pointer) for resolving the problem of the empty rows returned from ROracle. However, I have a problem still: > library(ROracle) > ora <- dbDriver("Oracle") > con <- dbConnect(ora, user = USER, password = PWD, dbname = DBNAME) > rs <- dbExecStatement(con, "select * from USER_TABLES") Error in .class1(object) : No direct...
2004 Nov 23
0
ROracle: fetch return zero rows or empty dataset (a workaround!)
Hi All, If you had run into the problem with ROracle on Linux: "fetch() returns zero rows or empty dataset", here is an easy & safe work-around for you to try out. It works for me, and very likely it will work for you too. You must have root privilege to do this on your machine. Quick Instructions Part 1 - Check to see if this is the...
2008 Apr 29
1
Error in building ROracle in Windows with R 2.6.2 and Oracle 10g.
Hi, I am new to R. I need to communicate with Oracle from R program in windows xp. So I am planning to use ROracle. I downloaded the ROracle src from the site below: http://cran.r-project.org/web/packages/ROracle/index.html I am using R version 2.6.2 and Oracle 10g. I followed the instructions to build ROracle. When I try to compile the source src/Makefile.win I get the following error: NMAKE :...
2006 Feb 13
0
problem with ROracle - Internal heap ERROR 17177
Dear R-users, here is an error that you might encounter when using ROracle. > library(ROracle) Loading required package: DBI > con <- dbConnect(dbDriver("Oracle"), "mkienzle/******@tabs") > dbListTables(con) ********** Internal heap ERROR 17177 addr=0x0 ********* ****************************************************** HEAP DUMP heap name...