|
JDBC support has been added to teradataR version 1.0.1 which provides the ability of using the Teradata JDBC Driver through teradataR to connect to the Teradata database. teradataR allows R users to easily connect to a Teradata database and use statistical functions directly against the Teradata system without having to extract memory into data. For mor
,
05 Jun 2013
| 4 comments
|
|
Hi,
I am trying to connect to TeraData from R.
RStudio v0.96 (R v2.15.1) JDBC v14.00.00.21 JDK v1.7.0_07 Mac v10.7.4
... library(DBI) library(RJDBC) library(rJava)
,
06 Nov 2012
| 5 comments
|
|
Hi,
,
21 Sep 2012
| 1 comment
|
|
It appears that I can successfully connect to Teradata via R, but when I try to perform some function on my td.data.frame, it provides the following error after the last line of my code: "42S02 -3807 [NCR][ODBC Teradata Driver][Teradata Database] Object 'my_sample_table' does not exist. " My code:
,
11 Jun 2012
| 9 comments
|
|
A new R package for Red Hat Linux has been added to the teradataR 1.0.1 release. This new package provides the same functionality as in the previously released Windows and Mac OS X packages, but is built for Red Hat Linux. This version was built and tested on Red Hat Linux 6.2 32-bit. (The R version for Red Hat Linux is 2.14.1) Installing this package is the same as any normal R package; just extract it into your R library area, or use the
,
23 Feb 2012
|
|
This package allows users of R to interact with a Teradata database. R is an open source language for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modeling, classical statistical tests, time-series analysis, classification, clustering) and graphical techniques, and is highly extensible.
,
23 Feb 2012
|
|
An updated version of the teradataR package is now available here. Enhancements included with this new 1.0.1 release include:
,
21 Dec 2011
| 1 comment
|
|
I am unable to connect using the following snippet of code: drv = JDBC("com.teradata.jdbc.TeraDriver","./TeraJDBC/terajdbc4.jar") conn = dbConnect(drv,"jdbc:teradata://db1/TMODE=ANSI,CHARSET=UTF8",user="user1",password="pswrd1",dbname="test_db") I get the following error messages:
,
21 Sep 2011
| 1 comment
|
|
I've found this package while researching a connection between R and teradata. Has anyone seen documentation/reference manual for the package? Since it's a 3rd party package (vs. residing in CRAN), I haven't found a lot of people talking about/using it. Any experience with or knowledge about the TeradataR would be appreciated! Thanks!
,
02 Nov 2010
| 9 comments
|
|
R is an open source language for statistical computing and graphics. R provides a wide variety of statistical (linear and nonlinear modeling, classical statistical tests, time-series analysis, classification, clustering) and graphical techniques, and is highly extensible. This free package is designed to allow users of R to interact with a Teradata database. Users can use many statistical functions directly against the Teradata system without having to extract the data into memory.
,
26 Oct 2010
| 16 comments
|