search for: c_rodbcdriverconnect

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

2008 Nov 28
1
RODBC - problems connecting to oracle through linux
...getting the following error > library(RODBC) > setwd (paste("/home/oracle/scripts/R")) > channel <- odbcConnect("test", uid="prod", pwd="passwd") *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .Call(C_RODBCDriverConnect, as.character(connection), id, as.integer(believeNRows)) 2: odbcDriverConnect(st, ...) 3: odbcConnect("test", uid = "prod", pwd = "passwd") aborting ... The below shows the changes in the odbcinst.ini file. [ORACLE] Description = Easysoft ODBC Orac...
2010 Feb 26
1
need help to resolve RODBC error
...p, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(RODBC) > channel <- odbcConnect("DRTST", uid="yzhang", pwd="test") *** caught segfault *** address (nil), cause 'unknown' Traceback: 1: .Call(C_RODBCDriverConnect, as.character(connection), id, as.integer(believeNRows)) 2: odbcDriverConnect(st, ...) 3: odbcConnect("DRTST", uid = "yzhang", pwd = "test") Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving wo...
2008 Nov 21
3
HELP
[This email is either empty or too large to be displayed at this time]