Skip to main content
Participant
July 21, 2011
Question

teradata jdbc

  • July 21, 2011
  • 1 reply
  • 592 views

Hello,

We are running on CF8 on websphere and we need to access databases on Teradata warehouse. Does CF8 come with default Teradata JDBC driver or do we need to request a special driver? I found teradata jdbc driver on teradata website (http://downloads.teradata.com/download/connectivity/jdbc-driver) it does not tell me if its going to be compatible with CF8 on webshpere? did anybody tried to install that driver and access teradata databases? any known issues with accessing teradata from CF8?

Please advise.

Thanks for the help in advance.

PK

This topic has been closed for replies.

1 reply

Inspiring
July 21, 2011

JDBC is a standard, so given that both CF and Terabyte support it, you're good to go.  That's the whole thing about standards.  The only consideration is whether you're running a JVM that's running a Java version that supports the version of JDBC that the driver supports.

And... um... what would have been the harm in just trying it to see if it worked?

--

Adam

pk072011Author
Participant
July 21, 2011

Thanks Adam.I will definitely try it out to test anyway but wanted to check if others had seen any issues.