search for: lsqlplus

Displaying 4 results from an estimated 4 matches for "lsqlplus".

Did you mean: sqlplus
2004 May 24
1
ROracle on RHEL 3 x86_64
...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 to compile ROracle successfully with the following command: R CMD INSTALL --configure-args='--enable-extralibs="-lsqlplus"' ROracle_0.5-4.tar.gz When I run R, I get a Segmentation fault after the dbConnect call: > library('ROracle') > ora <- Oracle() > con <- dbConnect(ora, "username/password at database") Segmentation fault (core dumped) Has anyone run into this, or are ru...
2005 Aug 23
1
ROracle installation problem
...cle/src' gcc -shared -L/usr/local/lib -o ROracle.so RS-DBI.o RS-Oracle.o -L/opt/oracle/product/9.2.0/lib -L/opt/oracle/product/9.2.0/network/lib -lclntst9 -lnbeq9 -lnhost9 -lnus9 -lnldap9 -lldapclnt9 -lnsslb9 -lnoname9 -lntcp9 -lntcps9 -lnsslb9 -lntcp9 -lntns9 -ldl -lm -lpthread -lnsl -ldl -lm -lsqlplus make[1]: Leaving directory `/tmp/R.INSTALL.10940/ROracle/src' ** R ** inst ** save image [1] TRUE Loading required package: DBI [1] FALSE Warning message: There is no package called 'DBI' in: library(package, character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts,...
2009 Feb 09
0
ROracle - ORA-02005: implicit (-1) length not valid for this bind or define datatype
...################################################################# ROracle ################################################################## ################################################################## > install.packages("ROracle", configure.arg ="--enable-extralibs=-lsqlplus ") --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done trying URL 'http://cran.at.r-project.org/src/contrib/ROracle_0.5-9.tar.gz' Content type 'application/x-gzip' length 155808 bytes (152 Kb) opened URL ===============================...
2004 May 12
0
RE: ROracle package error - Solution
...David James wrote: > The workaround in the README.Oracle9 files is intended for the symbol > sqlda (I think), but the sqlctx symbol apparently is defined in > -lclntsh. > So, could you try the following? R CMD INSTALL --configure-args='--enable-oracle32 --enable-extralibs="-lsqlplus -lclntsh"' ROracle_0.5-4.tar.gz Regards, Joan -----Original Message----- From: Joan Snodgrass [mailto:joans at breastcenter.tmc.edu] Sent: Tuesday, May 11, 2004 10:54 AM To: 'r-help at stat.math.ethz.ch' Subject: ROracle package error I am running R 1.8.1 on a Solaris 8 64-bit...