Old data access for DBC.ResSpsView - topic by AsadiMehmood
Hi I am using view (i.e DBC.ResSpsView), but the problm is that the view reffers to "DBC.ResUsageSPS" table and this "DBC.ResUsageSPS" contains one day data only, so I can't access data older than one...
View ArticleWhy I am getting "Load Operator: TPT10306: Error 5 retrieving attribute...
Hi, Feinholz, Thanks a lot, I have one more question. I am running my tpt script and get the following error. tbuild -f job1A.tpt -v myDesktop.var Teradata Parallel Transporter Version...
View ArticleWhy I am getting "Load Operator: TPT10306: Error 5 retrieving attribute...
Looks like someone may have copied library files around, or you are pointing to the wrong directories. Script-based TPT is a 32-bit application. However, we also provide 64-bit versions of some of the...
View ArticleTPT installation guide - topic by bxr556
I would like to install TPT client on one of my linux server. May I ask what software do I need to download and where can I find installation document? Linux 2.6.18-238.12.1.el5 #1 SMP Sat May 7...
View ArticleCaculate how many bytes of string - response (2) by ricky_ru
Thanks Carlos. For the second question, I agree with you that the collations control the ordering. But how could i know the setting in current session. For example, If the encoding is ASCII, 'a'(97) is...
View ArticleTeradata PT 12.0 error output schema does not match - response (18) by...
Thanks feinholz, :) I moved ahead but now i am getting different error stating its not able to load shared library libodbcop.so. I checked whether this file exists or not, but its there on the below...
View ArticleMload table locks cannot be released because NUSI exists - response (3) by...
Hi feinholz, Thanks a lot for the post!! Could you please explain what are the possible "internal inconsistencies between the primary and its non-unique secondary indexes". I am a bit confused here....
View ArticleCaculate how many bytes of string - response (3) by harpreet singh
Setting for current session can be displayed with help session Here if you need to do comparision then you can set the collation according to your need and then compare. So if you say requirement is to...
View ArticleSpool Release - response (2) by rajeev saravanan
Thanks for the insight - so if i were to estimate the total spool a query might require at each step then will it be appropriate to add up all the spools reported in the explain plan till that...
View ArticleAdvice for a SQL Server Guy getting started in Teradata - response (2) by...
Sorry to raise an old issue, and appreciate the advise you listed here TDMerie. Are there any resources or test databases to work through, somewhat like Adventure Works samples, data warehousing, etc.....
View ArticleAdding Compression to existing table - response (10) by sanjeevs
And if you want to add more values to the existing Compression List, you can do it as under : ALTER TABLE DBA_TEST_DB.TEST_COMPRESSION ADD column_b DECIMAL(15,2) COMPRESS ( 0.00, 0.20 ) ,ADD...
View ArticleSpool Release - response (3) by Qaisar Aftab Kiani
Yes, I think that should give you a fair idea of how much spool the query will require.
View ArticleSpool Release - response (4) by Qaisar Aftab Kiani
The capacity planning section should get you started... www.teradataforum.com/teradata_pdf/b035-1093-061a.pdf
View ArticleTeradata ARCMAIN backup/Restore - response (3) by PaulEr
Hello! You could you Cancel Job in Activity Monitor in Netbackup or bpdbjobs command from command line on Netbackup Master server to cancel and delete job. Regards, Pavel.
View Articlebteq export line width - response (3) by katakoti
Is there any generic optimal way to declare .set width. So that it must not depends up on the report length.. What i mean is that i donot know the length of all columns. How can i declare .set width in...
View ArticleSET & Multiset Tables - response (3) by VandeBergB
Harpreet, Your option four does indeed eliminate the duplicate row and PI checks, but is also most susceptible to duplicate rows. The duplicate tuple check should be handled by some other mechanism,...
View ArticleLeftover sessions from DataMover - topic by Alex543
Hello, After an ARC job there is a leftover IDLE session of datamover user on each source and target systems. Job completed successfully, but I ran cleanup anyway just in case - it didn't help. We're...
View ArticleCaculate how many bytes of string - response (6) by ricky_ru
Thanks Harpreet. And I got another question related. If the collation is ASCII and I want to compare two characters which are not in the scope of ASCII, how the comparation does? The character will be...
View Articleprimary index hash value - response (6) by sm126877
HashRow will not give you the "row uniqueness" portion of the row-id. The SQL that Qaisar posted merely counts the rows currently in the table for a given row hash value and does not give you a row...
View Article