Displaying 9 results from an estimated 9 matches for "libsqora".
Did you mean:
libsqlora8
2014 Apr 01
3
problema con RStudio
...de Rstudio me encuentro siempre con el siguiente error:
Warning messages:
1: In odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") :
[RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver
Manager]Can't open lib
'/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' : file not
found
2: In odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") :
ODBC connection failed
El fichero existe y es ejecutable (como lo demuestra el mismo código en la
terminal)
luisr@luisr:~$ ls -gGl
/u01/app/luisr/product/11.1.0/client_1/lib/libsq...
2014 Apr 01
2
problema con RStudio
...;
> > Warning messages:
> > 1: In
> odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") :
> > [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver
> > Manager]Can't open lib
> > '/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' : file not
> > found
> > 2: In
> odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") :
> > ODBC connection failed
> >
> > El fichero existe y es ejecutable (como lo demuestra el mismo código en
> la
> > terminal)
>...
2014 Apr 01
3
problema con RStudio
...: In
> >> > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") :
> >> > [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver
> >> > Manager]Can't open lib
> >> > '/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' : file
> not
> >> > found
> >> > 2: In
> >> > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena") :
> >> > ODBC connection failed
> >> >
> >> > El fichero existe y es ejecutable (como...
2014 Apr 01
2
problema con RStudio
...=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena")
>>> >> > :
>>> >> > [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver
>>> >> > Manager]Can't open lib
>>> >> > '/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' : file
>>> >> > not
>>> >> > found
>>> >> > 2: In
>>> >> > odbcDriverConnect("DSN=MiBaseDatos;UID=MiUsuario;PWD=MiContrasena")
>>> >> > :
>>> >> > ODBC connection fai...
2014 Apr 01
2
problema con RStudio
...trasena")
>> >>> >> > :
>> >>> >> > [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver
>> >>> >> > Manager]Can't open lib
>> >>> >> > '/u01/app/luisr/product/11.1.0/client_1/lib/libsqora.so.11.1' :
>> >>> >> > file
>> >>> >> > not
>> >>> >> > found
>> >>> >> > 2: In
>> >>> >> >
>> >>> >> > odbcDriverConnect("DSN=MiBaseDatos;UID=MiU...
2012 Nov 30
0
Oracle database connction from R in Linux
...ng fine. Oracle database also working fine. but problem is, If i try
to connect oracle from R its not connecting.
So, pls guide me how to connect from R to oracle.
how, i tried:--
odbcinst.ini file code is
[ORACLE2]
Description = oracle driver
Driver = /ibexis/app/oracle/product/11.2.0/db_1/lib/libsqora.so.11.1
DontDLClose = 1
FileUsage = 1
UsageCount = 1
I tried in R ...
>library(RODBC)
>con <- odbcConnect("data source name", uid="username", pwd="password")
after this line i got error,
> odbcConnect("india", uid="data_quality", pwd...
2008 Nov 28
1
RODBC - problems connecting to oracle through linux
...id = "prod", pwd = "passwd")
aborting ...
The below shows the changes in the odbcinst.ini file.
[ORACLE]
Description = Easysoft ODBC Oracle Driver
#Driver = /usr/local/easysoft/oracle/libesoracle.so
Driver = /u01/app/oracle/product/11.1.0/db_1/lib/libsqora.so.11.1
#Setup = /usr/local/easysoft/oracle/libesoraclesetup.so
DontDLClose = 1
FileUsage = 2
Can anyone point me to what I'm doing wrong?
Version of R = R version 2.8.0 (2008-10-20)
Cheers
Simon
Dr S J Collins
Grid data consultant
University Manchester
2006 Mar 07
2
R started in terminal shell script or ESS steps on LD_LIBRARY_PATH?
...0.1/client/lib"
I still cannot get odbcConnect() to work. I still get the error that I
was getting in the two initial R startup situations:
Warning messages:
1: [RODBC] ERROR: state 01000, code 0, message [unixODBC][Driver
Manager]Can't open lib
'/usr/lib/oracle/10.2.0.1/client/lib/libsqora.so.10.1' :
libclntsh.so.10.1: cannot open shared object file: No such file or
directory
2: ODBC connection failed in: odbcDriverConnect(st, case = case,
believeNRows = believeNRows)
The above error is what has been driving me nuts for the past two days,
since clearly these files are present...