If a user X is created with Spool Space say 50 GB and later on this user is...
Not sure of the question. If the user is assigned a profile with non-NULL spool space limit, then the profile limit applies. If the user has no profile or if spool space in the profile is NULL, then...
View ArticleCPPI question - response (1) by Fred
Making this change via ALTER is not supported for character PPI. Create a new table and copy the data.
View ArticleCursors in stored procedures - response (6) by Fred
You will have to provide more detail if you want assistance. Simply using a cursor will not double the number of rows.
View ArticleTeradata CLIv2 library for Ruby! - response (3) by chuckcottrill
I am new to Teradata and need to query data from a fedora linux system. I just connected to Teradata using bteq, and am able to connect to a database and query a table. We are using Ruby (1.9) on the...
View ArticleUsing templates for operators provided in TPT - response (19) by vijaydf
Is MultipleReaders='Y' is applicable to named pipe input file? we are using tpt 13.10
View ArticleUsing templates for operators provided in TPT - response (20) by feinholz
MultipleReaders only applies to flat files. There is no way for multiple processes to read from a single pipe.
View ArticleTeradata Online Training and Placement Assistance at Xcelresources.com -...
Xcel Resourcesis one of the leading top Training and Consulting Company in US, with a good placement track record. We have certified trainers. We will provide Online Training, Fast Track online...
View ArticleUnable to recieve RSS feeds!! - forum topic by barani_sachin
Hi All, Is it only me or everyone is not receiving RSS feeds properly?? If its only me do i need to change any settings?? Thanks.Tags: rssForums: General
View ArticleOnline Training - forum topic by HenryMiguel
Teradata ( Dev + Admin )Demo CLASS on Saturday 06 july AT 08:00 AM ISTTraining Summary -:Course Name : Teradata ( Dev + Admin ) Duration : 40 Hours Course fee : 150000INR/300USD each for Dev &...
View ArticleLoading Flat File name in Teradata table through TPT Load - forum topic by...
I have the requirement, where for one of the client I need to incorporate the filename in Teradata table. Client has Teradata 13 machine. We have a fixed width source flat file and we are using TPT...
View ArticleROW number based on order of Insertion - forum topic by bala2121
Hi All, Normally, we can find row_number based on the order of columns using ROW_NUMBER() function. select row_number() over(order by col1) from tablename ; Is there any way in Teradata to get the Row...
View ArticleROW number based on order of Insertion - response (1) by VBurmist
Hi, you could save timestamp of insertion into a separate column (during inserts), and use it for that purpose. It would take more perm space to store the table though. Regards, Vlad.
View ArticleROW number based on order of Insertion - response (3) by bala2121
Hi Vlad, Thanks for your response. Will try that. Meanwhile, Is there any option to acheive the same thing within the scope of Row_number() function. I wanted to convert an existing sybase code into...
View ArticleROW number based on order of Insertion - response (4) by VBurmist
Bala, Not that I'm aware of, sorry. Rowids in Teradata do not impose sequential order the way you describe it. Thank you, Regards, Vlad.
View ArticleGeneral information about stats - forum topic by eejimkos
Hello, 1.I would like to ask if there is any table in Teradata , like tab_modification in Oracle where we can see the tables which have more than 10% of dml transactions? If not , which is the...
View ArticleDouble historization Tables from Core layer - forum topic by eejimkos
Hello, When we want to access from Core layer double historization tables , such as (valid from --valid to && start_from -- end_to) , how teradata handles this situation. If the view that we...
View ArticleHandling the number of dml transactions - forum topic by eejimkos
Hello, I have make a search and i found until now that only with procedures we may get the number of rows affected during a dml transaction. Through bteq or macro is it possible? Or,even do you have...
View ArticleSpace consumed by Primary Index - response (3) by VBurmist
Sudipta, The beautiful thing is _why_ primary index doesn't cost you space. This is because Primary Index is effectively a part of the data storage mechanism that addresses Data blocks on the AMPs:...
View ArticleSelect query works but create/replace view doesn't work - response (1) by...
Hi Subhashish, Today while coding I also faced the same issue....try to change the LENGTH function to CHAR function. Hope it works for you too. Thanks.
View Article