search for: vkhurana

Displaying 3 results from an estimated 3 matches for "vkhurana".

Did you mean: khurana
2002 Aug 07
1
FW: ROracle error
Howdy, When doing a install.packages("ROracle") in R I'm getting the following error: R CMD COMPILE RS-DBI.c make[1]: Entering directory `/tmp/R.INSTALL.1809/ROracle/src' gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -m486 -fno-strength-reduce -g -c RS-DBI.c -o RS-DBI.o make[1]: Leaving directory `/tmp/R.INSTALL.1809/ROracle/src'
2002 Aug 16
1
Summary:ROracle error
...I know this is really a Pro C problem & not a R problem, but I'm hoping > somebody in this list might still be able to help me... > > Thanks, > Vikram > > David James wrote: > > >Hello Vikram, > > > >(I did respond to you yesterday's email from vkhurana at noaa.gov, but > >apparantly noaa.gov doesn't recognize your handle vkhurana.) > > > >Apparently you don't have the Oracle ProC/C++ precomplier "proc" > >in your $PATH. You need to include $ORACLE_HOME/bin in your $PATH, > >and probably $ORACLE_HO...
2002 Aug 02
1
R to Oracle via RODBC
Howdy, I'm trying to use R to access Oracle 8i using the RODBC package On Linux Red Hat 7.3. Specs R version 1.51 Driver: Easysoft ODBC - Oracle driver Driver Manager: unixODBC I get the following error when trying to executing RODBC commands. Can anybody give me pointers as to what I'm missing or doing wrong > library(RODBC) > channel <- ("DSNName") >