219 | 05 Aug 2013 @ 09:44 PDT | Connectivity | Reply | JDBC error code list? | The Teradata JDBC Driver User Guide discusses PreparedStatement batch error 1338 in this section:
http://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_2.htm... |
218 | 30 Jul 2013 @ 06:38 PDT | Connectivity | Reply | JDBC Drivers for Coldfusion running on SUSE Linux | Error 3706 is a SQL Syntax Error from the Teradata Database. It is not from the Teradata JDBC Driver.
|
217 | 26 Jul 2013 @ 09:29 PDT | General | Reply | rollback in teradata | If you are developing a Java application that uses the Teradata JDBC Driver, and you have auto-commit turned off with Connection.setAutoCommit(false), then you can rollback the current transaction ... |
216 | 24 Jul 2013 @ 06:43 PDT | Database | Reply | Difference between ANSI and TERA modes with respect to record insertion | soumyajit, you were misinformed. The Teradata Database never "ignores" duplicate records when doing inserts, no matter which transaction mode (ANSI vs TERA) you are using.
As Car... |
215 | 23 Jul 2013 @ 01:30 PDT | Connectivity | Reply | TeraData JDBC and WebLogic 12c | Teradata JDBC Driver 14.10 support for WebLogic 12c is now available.
|
214 | 18 Jul 2013 @ 09:33 PDT | Connectivity | Reply | Socket Error 804 | Error 804 can occur for different reasons. The exception error message is important for distinguishing the different error conditions.
Typically, Error 804 with the error message "Socket comm... |
213 | 16 Jul 2013 @ 01:55 PDT | Connectivity | Reply | Unable to connect to Teradta Express 13 via JDBC | You are getting java.lang.NullPointerException at com.teradata.tdgss.jtdgss.TdgssConfigApi.GetMechanisms ...
We talk about this problem in the Troubleshooting section of the Teradata JDBC Driv... |
212 | 16 Jul 2013 @ 06:28 PDT | Connectivity | Reply | Unable to connect to Teradta Express 13 via JDBC | What exception are you getting?
|
211 | 12 Jul 2013 @ 06:34 PDT | Connectivity | Reply | TeraData JDBC and WebLogic 12c | Teradata JDBC Driver support for WebLogic 12c is in progress. We will provide an update when support is available.
|
210 | 10 Jul 2013 @ 06:33 PDT | Connectivity | Reply | JDBC error code list? | Sorry, No, there is no such list.
|
209 | 05 Jul 2013 @ 08:15 PDT | Connectivity | Reply | Teradata JNDI connectivity | Please do not add new questions to old forum threads. Please start a new forum thread for a new question.
Regarding your question... Each database vendor offers a JDBC Driver for its own d... |
208 | 03 Jul 2013 @ 06:49 PDT | Connectivity | Reply | Teradata JDBC fastload hangs after approximately 50 batch insert | Please don't add new questions to old forum threads. Please start a new forum thread instead.
Here is the JDBC Fastload section of the Teradata JDBC Driver Reference: http://developer.... |
207 | 01 Jul 2013 @ 04:13 PDT | Connectivity | Reply | Teradata connection Error | The Troubleshooting section of the Teradata JDBC Driver Reference discusses that exception, and the possible causes.
http://developer.teradata.com/doc/connectivity/jdbc/reference/current/j... |
206 | 01 Jul 2013 @ 04:11 PDT | Connectivity | Reply | Seeking information on Teradata database compatibility with JRE | The Teradata JDBC Driver Supported Platforms matrix is available here on Developer Exchange as part of the Teradata JDBC Driver Reference.
http://developer.teradata.com/doc/connectivity/jd... |
205 | 25 Jun 2013 @ 08:08 PDT | Connectivity | Reply | JDBC Drivers for Coldfusion running on SUSE Linux | Teradata JDBC Driver support for ColdFusion 10 is in progress. We will provide an update when support is available.
|
204 | 19 Jun 2013 @ 06:45 PDT | Tools | Reply | TD utilities and JAVA. | Yes, you can run your own command-line Java program using BTEQ's .os command.
Let's assume that your command-line Java program is named foo.bar.MyProgram and let's assume ... |
203 | 17 Jun 2013 @ 06:36 PDT | Connectivity | Reply | Precision error in FLOAT type constant or during implicit conversions | We would need more information to help you.
Please post the complete exception stack trace, the query SQL text, the DDL for any tables and/or other database objects that the query referenc... |
202 | 29 May 2013 @ 06:48 PDT | Tools | Reply | TD utilities and JAVA. | Like ulrich said, you can use the .os command in BTEQ. For example:
.os java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotS... |
201 | 15 May 2013 @ 11:17 PDT | Tools | Reply | SQL assistant vs BTEQ | The Apache Derby "ij" interactive SQL tool is included with Oracle (Sun) JDK 6.0 and JDK 7.0 and can be used with the Teradata JDBC Driver.
http://developer.teradata.com/blog/tom... |
200 | 14 May 2013 @ 09:42 PDT | Tools | Reply | SQL assistant vs BTEQ | >>> Without opening BTEQ window can we run any BTEQ commands via VBScript or JDBC?
No, you cannot execute all BTEQ commands via JDBC. Specifically, you cannot execute any of the &... |
199 | 14 May 2013 @ 09:36 PDT | Connectivity | Reply | Download older versions of JDBC | Only the most recent Efix version of each Teradata JDBC Driver release is supported. The most recent Efix versions are the ones available for download here on Developer Exchange.
In other ... |
198 | 08 May 2013 @ 08:46 PDT | Connectivity | Reply | JDBC and JRE Supported combinations. | Our Teradata JDBC Driver supported platform matrix is available here on Developer Exchange:
http://developer.teradata.com/doc/connectivity/jdbc/reference/current/platformMatrix.html
You a... |
197 | 03 May 2013 @ 07:16 PDT | Database | Reply | Session Pooling | START POOL is a mainframe TDP operator command. It is not initiated by an application.
For more information, refer to the Teradata Directory Program Reference, available at www.info.terada... |
196 | 30 Apr 2013 @ 10:12 PDT | Tools | Reply | TD utilities and JAVA. | Please provide more information about what you want to do.
When you say "TD Utilities", what are you referring to? Are you referring to FastLoad and FastExport?
The Tera... |
195 | 29 Apr 2013 @ 10:36 PDT | Connectivity | Reply | JDBC - Converting from DB2 to Teradata | Teradata does support the Read Uncommitted transaction isolation.
You can specify Read Uncommitted transaction isolation for the Connection by calling:
Connection.setTransactionIsolation(... |