hashrow function - response (10) by Fred
The hash function seldom changes, and will be clearly documented in the Release Summary. To rephrase Todd's answer, an in-place upgrade to a new release will not change the hash function. In general a...
View ArticleTASM Service Level Goals (SLG) - topic by am255031
I need to know that what kind of Workloads should we set for Responsetime Goal and what should go into Throughput goal. I know SLG are for primarily for Reporting and analysis, and mustly depends on...
View ArticleUsing .HANG command with DROP statement in the same line is not working -...
Looks like there's a HEADING defined (although i don't know how you can get the SELECT in it). Do a SHOW CONTROL to see the settings and try a FORMAT OFF to switvh off the header. Dieter
View ArticleBTEQ - Cannot write hexa character in output file - response (10) by dnoeth
RECORDMODE OFF switches from DATA back to REPORT format, but still supresses the column header. Dieter
View ArticleHow to find the records having NULL values - response (1) by Qaisar Aftab Kiani
In my point of view I think thats the only way of finding the records with null value in any of the column i.e. ignoring the columns with not null constraint and checking for the NULL values in the...
View ArticleHow to set a defalult width for all of my bteq reports? - response (7) by...
Kool... Never used this option before... that adds to my knowledge as well. Thanks Dnoeth :)
View ArticleHow to format a decimal column in Fast Export - response (7) by rajeev saravanan
Hi Chaitanya, If you are running the Fast export in UNIX then you can try creating the output file a comma seperated one with a .csv extention i.e have "," as your delemiter ex: abcdef,hijklmno,wer and...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
if we change the query too 'SELECT cast(MSISDN as varchar(40)) FROM SANDBOX.CTF_REF_CHURN', will that help get rid of this error ?
View ArticleER model and dimensional model - response (3) by BarryW
Hi On this page of my Database Answers Web Site I discuss the different Types of Data Models that can exist :- http://www.databaseanswers.org/data_models/types_of_data_models/index.htm I am not sure...
View Articletbuild, failures of EXPORT operator on linux - response (11) by anujh
Hi, I am facing the same error and using 13.10.00.02 version. is the upgrade only resolution. TPT_INFRA: TPT01036: Error: Task (TaskID: 5, Task Name: SELECT_2[0001]) terminated due to the receipt of...
View ArticleRandom values - response (3) by JPH
I'm also thinking about transitioning from Oracle to Teradata, and one of the issues I'm worried about is the random number function in Teradata...mainly that it calculates a new value everytime it is...
View ArticleTeradata Studio Express 14 Slow - topic by bjteradata
Is there a setting change that you can make to improve the speed of Studio Express? I have both Atanasuite and Studio Express. I prefer Studio Express overall, but the main difference is that the...
View ArticleRandom values - response (4) by ulrich
I guess you are refering to dbms_random? I have some doubts that you can migrate this function to TD. Main issue is the parallel data distribution and parallel processing. You clearly don't want to...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
Did you try it? :) The best option is to upgrade to the latest and greatest efix. That is always preferable. Aside from that, the CASE should work (it might have been better to just try it out to see...
View ArticleProblem downloading Teradata 14 Express VMware - topic by NeilMaybin
After I accept the Ts&Cs I get a blank page at http://d289lrf5tw1zls.cloudfront.net/database/teradata-express/14.00.00.01/td-express-14.00.00.01-vm-4gb.7z - the progress bar at the bottom of this...
View ArticleConnecting to Teradata in R via the teradataR package - response (9) by ulrich
Just to avoid future problems tdConnect("10.33.2.136","my_uid","my_pwd","EDEE_POC"," jdbc ") is not getting a connection due to the blanks in " jdbc " it has to be "jdbc"...
View ArticleHow to install external UDF libraries on Hot Standby Node (HSN)? - response...
Hello Fred, no, we install the UDFs with the create/replace SQL command from BTEQ. My assumption is that it only compiles the shared objects on the active nodes, not the HSN. Similar to the...
View ArticleDo not insert a record into a table with a foreign key. - topic by DTV
We get error when we insert record into the table with foreign key on column «KEY»: create table t1 ("KEY" integer not null primary key); create table t1_1 ("VERSION" integer not null primary key,...
View ArticleHow to install external UDF libraries on Hot Standby Node (HSN)? - response...
Refer to the orange book of UDF (search Teradata database user defined function User's guide) section 2.2.3.3 Registration process for Packages. You can compile your code to .so (sahred library) on...
View Article