Teradata Database System is a massively parallel processing system running a shared nothing architecture.
4
votes
1answer
181 views
Issue with querying Teradata in Python/Pyodbc
I'm trying to query a Teradata database in Python with PyODBC.
The connection to database is established alright; however, when I try to fetch result, I ran into this error "Invalid literal for ...
3
votes
1answer
60 views
SSIS Import from Multiple Data Sources
I have a little bit of a challenge. I have to consolidate some data that is coming from three different databases (Oracle, SQL Server, and Teradata).
How can I retrieve the data from TeraData and ...
2
votes
1answer
36 views
Teradata Drop Column returns with “no more room”
I am trying to drop a varchar(100) column of a 150 GB table (4.6 billion records). All the data in this column is null. I have 30GB more space in the database.
When I attempt to drop the column, it ...
1
vote
1answer
243 views
How do I coalesce a Time field in Teradata?
I'm trying to run the following piece of code:
SELECT a.job_name
, coalesce(b.target_time, cast('08:00:00' as time(2))) sla_time
FROM ud812.slarpt_job_level_info a
left outer join (
select ...
1
vote
1answer
408 views
Is it possible to use WHERE clause in same query as PARTITION BY?
I need to write SQL that keeps only the minimum 5 records per each identifiable record in a table. For this, I use partition by and delete all records where the value returned is greater than 5. ...
1
vote
1answer
107 views
Can i use delete clause in Case Clause in teradata
I am newbie to teradata
I need to delete a row once the case condition is satisfied.
Eg: case condtion true delete the selected row.
1
vote
1answer
557 views
PHP odbc_exec Segmentation Fault after successful odbc_connect to Teradata 14.0
I am using PHP 5.3.3 on RHEL 5. I have installed all the necessary drivers and add-ons for ODBC connections to Teradata. I wrote a simple script to test it:
$con_string = ...
1
vote
1answer
706 views
Can somebody verify this for me in sql or teradata
I have a line of code in Oracle and I had to convert it into Teradata.
The Oracle query is
/* add to avoid invalid number due to junk in column */
AND regexp_instr(table.column, ''[^[:digit:]]'', ...
0
votes
1answer
77 views
Teradata - run a file/script at Unix Linux command prompt
I have the client/TTU installed on Unix box for Teradata.
If I do the following, it works. Where "..." is Teradata BTEQ normal output and once the following is done, I'm back at the prompt.
$ bteq
...
0
votes
1answer
78 views
Is it possible to execute Teradata FastLoad or MultiLoad scripts through VBA?
I am able to run Normal DML scripts (INSERT, UPDATE & DELETE) scripts through VBA ODBC connection.
But Is it possible to run FLOAD or MLOAD scripts through VBA ODBC ?
I have large set of data ...
0
votes
1answer
82 views
Insert from Select (Teradata)
I have the following SQL statement:
select cast (count(*) as bigint) from
(SELECT oldtable.id,oldtable.day,newtable.newid from oldtable
left outer join newtable on oldtable.day between ...
0
votes
1answer
62 views
In Aster, how do I use CREATE TABLE IF EXISTS and what version of postgres am I using?
We're using Aster for some of our web session logs. I've been told internally that Aster uses PostgreSQL, and in fact for a lot of my queries, I look on this site and follow the guidelines for ...
2
votes
0answers
25 views
To construct domain objects I need to join a table to itself and transpose the results. Can I get Entity Framework to do this for me?
My current project involves a domain concept called an SOQ. Conceptually, an SOQ can be described as having the following attributes:
LocationType
LocationID
ProductNumber
VendorNumber
Date
Qty
...
2
votes
0answers
134 views
Using Teradata macros from Entity Framework?
Is it possible to use Teradata Macros directly from Entity Framework? I tried the model designer and guessed they would show up under stored procedures which they don't. Does the Teradata .Net ...
1
vote
0answers
17 views
Using COLLECT STATISTICS in Teradata
In Teradata I can use a statement like ...
collect statistics on my_table column(col1)
This will gather stats on the table and store them in DBC views like ColumnStats, IndexStats and ...
1
vote
0answers
71 views
Teradata 12.0: Referential Integrity Constraint
Is it possible to add a referential integrity constraint on a column which references a non primary-key column in another table.
I basically have a table with an ID column which is non-unique.
I ...
1
vote
0answers
115 views
Incorrect exit status of wrapper script in KSH
We have a wrapper script for Teradata TPT utility. The wrapper script is pretty straightforward but the problem is that the exit status of the wrapper is not the same as that of the utility. In many ...
1
vote
0answers
58 views
Is there a way to look at the last entry created in a case statement?
I have two columns, last_usage and previous_last_usage.
I want to create a third column, seq_index, that increments by 1 every time the condition last_usage <> previous_last_usage is met.
Is ...
1
vote
0answers
67 views
TOAD, date values, flag, teradata, prior record
I have a large data set with start dates and stop dates in each record.
There is one unique field value we can call Uniq1.
Each record has a Uniq1.
Other fields can be called MID, PrDl, PsDl.
...
1
vote
0answers
56 views
Integration of Teradata code review with Jenkins CI
I have a task to configure teradata code review with Jenkins CI tool. I dont know much about teradata. So, please suggest if anyone have ever configure these two or anyone have some knowledge about ...
0
votes
0answers
14 views
Which component is part of Teradata's open architecture?
Which component is part of Teradata's open architecture? And WHY ?
A. PE
B. Operating System
C. NODE
D. BYNET
0
votes
0answers
30 views
Joining a second instance of Sales table to get last weeks Sales
I have a Sales table showing product number, sales value, and sales volume per week. I need to build a report to display these values and volumes along with the equivalent values from the previous ...
0
votes
0answers
22 views
insert into Teradata using R JDBC
I am using R JDBC and teradataR to connect R to teradata. I would like to write a table using the function dbWriteTable, but am receiving this error
[Error 3932] [SQLState 25000] Only an ET or null ...
0
votes
0answers
18 views
How to skip generating constraints in DDL
I'm using hibernate3 dialect to generate DDLs. My DB is TeraData.
DDLs are getting generated fine.
I have a requirement where I need to add constraints only in my Java class and those constraints ...
0
votes
0answers
54 views
Hierarchical Primary Index in SQL Table
I would like to construct a sql table that identifies people using two fields A and B. It is a hierarchical relationship, so the B's always belong to some kind of A.
When creating my table, should ...
0
votes
0answers
26 views
Duplicating records for a date range
I have to duplicate records from week level data and push it back so that it fills in the previous week with the data. So i get a row for 1/6 which is a Saturday, and then fill in all the columns to ...
0
votes
0answers
32 views
Compare data across multiple tables in Teradata 13.10
Im looking for a similar query like below but i need to check if all the data in one table is present in 2 of its parent tables.
description: I am trying to refresh a core table(truncate and delete). ...
0
votes
0answers
33 views
Change Tracking for TeraData
We need a way to know which rows changed in a TeraData database since the last time we imported data from that database. There is nothing about the table or data in the table in the TeraData database ...
0
votes
0answers
67 views
Special Characters in Database Table
I have Excel file.
From that file I made .csv file just by copy/paste.
the .csv file serves to insert the date in the table.
DB Flavor is Teradata.
here is the problem: when I load the data some ...
0
votes
0answers
111 views
Invalid data length for VarChar, VarByte, or VARGRAPHIC using Ado.Net connector SqlServer-Teradata
I have to insert some data from SqlServer to a Teradata Server, using a SSIS package.
For Sql Server I have used OleDb Source (by variable) for retreving the data and for Teradata I have used an ...
0
votes
0answers
70 views
Getting error while loading data through mload
I am getting the following error while loading data from flat file into table.
Not enough data in vartext
here is the format of the flat file.
...
0
votes
0answers
79 views
Normalizing a string teradata
i have a Teradata table with over 100 M rows that im looking to do some normalization on.
one of the columns is a string, comma separated, that details a list of invalid reasons for my data.
number ...
0
votes
0answers
96 views
Making an Adjacency Matrix Using Database Table
My table has the following structure:
Column 1 - Product_Catalog_Elemet_KEY
Column 2 - Product_Catalog_Element_NAM
Column 3 - Parent_PCE_KEY
Column 4 - Rec_Start
Column 5 - Rec_End (9999-12-31 marks ...
0
votes
0answers
206 views
Teradata dbc.columns: Why does ColumnFormat column differ from the table DDL's column definition?
I run this SQL:
select * from dbc.columns
where
databasename = 'mydb' and
tablename = 'mytable' and
columntype = 'ts' and
1=1
order by tablename;
The column is a Timestamp(6) and ...
0
votes
0answers
150 views
Creating a Hierarchy (Tree Structure)
I have an excel file in which the tree structure is presented.
What I have to do is transfer this structure into the database table. Which I did.
The problem I encountered concerns updating the ...
0
votes
0answers
83 views
Multiple mappers for small file
I'm working on an ETL application based on Hive. One functional requirement is that we export some of the data in Hive to Teradata (which is the existing solution being used) and vice versa. My issue ...
0
votes
0answers
59 views
Teradata Assistant Database Explorer
I am having problems with Teradata Assistant (verion Teradata.Net 13.11.0.1)
The Problem is with Database Explorer window becuse it is fixed length and width and I can´t adjust it as answer window and ...
0
votes
0answers
85 views
insert data from .csv file into Teradata with SLJM
How can I insert data from .csv file into Teradata with Simple Load Job Monitor (SLJM) tool
0
votes
0answers
88 views
How to re-design my current SQL Case Logic implementation in Teradata 13.0
I am building out a Staging layer for Master Data and have the following situation and current solution. My Transaction data has nothing but Master Data id's or "codes" and no text descriptions. Most ...
0
votes
0answers
44 views
alignment is out
I got the below code working to return as string. However, the output returns is a messy code which all alignment is out. is there anyway to return the store procedure as the original coding?
command ...
0
votes
0answers
283 views
Teradata Multiload Script stuck at LOGON
I made this mload script and it gets stuck at LOGON. I have access to the db and similar logons work fine in fastload scripts.
Here is the script:
.LOGTABLE UD821.FRC_RPT_PERD_Log;
.LOGON ...
0
votes
0answers
1k views
Teradata SQLA: Row size or Sort Key size overflow
When doing a select of all columns from a table consisting of 86 columns in SQLA, I always get the error Row size or Sort Key size overflow. The only way to avoid this error is to trim down the ...
0
votes
0answers
60 views
Teradata stored procuedures and .NET provider: Is there a way to force parameter names to match?
If I create a procedure signature like this:
replace PROCEDURE cisp.InsertEmployee (
out p_Id integer,
in p_Name varchar(200)
)
...Teradata doesn't seem to care that I define my parameters ...
0
votes
0answers
198 views
teradata fastexport works with utf8 characters on one machine, and produces question marks on another machine
I have a code that does FASTEXPORT from teradata to a flat file.
on one machine it work and produces utf8 characters:
"2017946591999367636","文娟","于","15303","C2"
and on another machine the same exact ...
0
votes
0answers
70 views
What is the Sql struct equivalent to load teradata tables
I have an application which loads the data in XML to Oracle tables. Now we are moving to teradata. Using Java a DAO is populated and that DAO calls oracle stored procedure after mapping DTO a sql ...
0
votes
0answers
168 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, ...
0
votes
0answers
471 views
query timeout error in “Data Flow Task”- Source part of SSIS
I am getting query timeout error in “Data Flow Task”- Source part of SSIS, whenever the teradata source connectivity is slow. The query is “select * from ” and the table contains only 100-200 rows. I ...
0
votes
0answers
1k views
how do i set the floating precision value in teradata
Precision error in FLOAT type constant or during implicit conversions I am getting this error but in sql assistant i did this- go to Tools>Options>AnswerSet tab and you should see a box for "Display ...
0
votes
0answers
316 views
Spring managed transaction issue with Teradata
In my application, hibernate transactions are managed by spring aop and uses Teradata as database.
THIS ISSUES IS SPECIFIC TO TERADATA AND THE SAME CODE WORKS FINE IN MYSQL.
There is one service ...
0
votes
0answers
472 views
java.sql.SQLException: [NCR][Teradata JDBC Driver]: addBatch not supported
i am getting this(java.sql.SQLException: [NCR][Teradata JDBC Driver]: addBatch not supported) error while trying to execute a query in my application.
i am using addBatch with preparedstatement for ...