Tagged Questions
0
votes
1answer
63 views
Teradata setLoginTimeout not working
I am building an app in extjs connecting to teradata at the back-end. It works fine locally but when deployed its giving
[Error 1277] [SQLState 08S01] Login time-out for Connection to server ...
0
votes
0answers
166 views
“Disable parsing” for JDBC Teradata connector
I am facing the following issue with Cognos 10 DMR model against Teradata 13 database. DQM is used on the package, therefore 64bit Cognos 10 server installed.
Since AJIs are used on the fact table, ...
2
votes
1answer
277 views
Maven dependency for Teradata JDBC driver
Does Teradata have its JDBC driver uploaded as a jar referenced from a maven file?
0
votes
1answer
273 views
JDBC fastload - OutOfMemory after 20 million addBatch() operations
I am using Teradata jdbc driver 13.00.00.10, and trying to upload a flat file with 100 million rows to teradata.
I start off with a clean table.
First I tried to iterate through the entire file, do ...
0
votes
1answer
382 views
Threads hanging permanently on JDBC Teradata requests
I'm using JDBC to query a Teradata server. There are up to 100 simultaneous requests, each one using a fresh connection, and closing it at the end. After some hours of work, some of the threads ...
1
vote
2answers
927 views
JDBC reconnect problems with Teradata driver using Spring and Apache DataSource
I'm using the Apache BasicDataSource for both commons DBCP and connection pool:
org.apache.commons.dbcp.BasicDataSource
and managing it through Spring:
...
0
votes
2answers
675 views
Problem reading special characters from teradata - JDBC
I use teradata and the below query outputs "Altlüd" when run using a teradata client.
select name as name from MYTABLE where selector=?
Whereas, I get "Altl?d" as the output when I try to execute ...
0
votes
3answers
1k views
Connecting to Teradata via PHP
We need to access a Teradata database via php application We don't have odbc (unixodbc etc) on the server.
How might one go about connecting to a teradata database quickly.
Keep in mind - this app ...