TPT + Named pipes - response (1) by feinholz
TPT requires the file names in the -f option be a physical disk file.
View ArticleSecondary indexes - response (1) by Harpreet Singh
You can drop SI before Multiload run and recreate after table is loaded. What is frequency of load?
View ArticleARRAY structure in UDF - forum topic by mbacay
Hi. I am trying the built-in C functions for ARRAY handling in Teradata 14. Basically, I copied the code below from the FNC_GetArrayElementCount function in the manual TD 14 External Routine...
View ArticleRevoking All Access Rights For Users - response (5) by hariprasath.muthu
REVOKE ALL PRIVILAGES ON database_name FROM ALL. Removes only the explicit privilages
View ArticleARRAY structure in UDF - response (1) by mbacay
Just to add, my ARRAY type is: CREATE TYPE SYSUDTLIB.shot_ary AS INTEGER ARRAY [1:4][1:4][1:4]; and it is used in a table: CREATE TABLE seismic_data (id INTEGER,shots shot_ary); with some sample...
View ArticleControllerContext get PortletSession ID - response (2) by KontantinK
Hello again, if I have two of the same portlets on one site I get same Portlet Session ID. Why?
View ArticleNeed Solution/reason for "7609: Fetch statement is incompatible with current...
REPLACE PROCEDURE MyDataBName.sp1 (IN parIn1 VARCHAR(100), OUT par1 VARCHAR(30), OUT Par2 VARCHAR(30)) BEGIN DECLARE CurStr VARCHAR(500); DECLARE projcursor CURSOR FOR S1; SET CurStr = MyQuery;...
View ArticleNeed Solution/reason for "7609: Fetch statement is incompatible with current...
From the Messages manual: 7609 Fetch statement is incompatible with current CURSOR definition. Explanation: At runtime, the FETCH statement considers the compile-time definition of the tables used in...
View ArticleNeed Help on two questions about TD architecture - forum topic by Santanu84
Hi Friends I am new to this forum. I hope this is the right place to post below questions. I am preparing for TD Basic certification. While doing so I stumbled on two questions. Here are they. 1. Which...
View ArticleHow we can find the No of AMP'S for the teradata Database - response (3) by...
object acctg doesn't exist... how to find the number of awts
View ArticleAbout end-of-mantenance Hardware - forum topic by servimatica
Hi, I need to know where I can find information about the end of mantenace of Teradata Model 5500C system both processing and storage. I need also information about the EOM of NCR UNIX MP-RAS V3.03. I...
View ArticleGeospatial features were available as external UDFs in TD 12? - forum topic...
Hi, I heard someone saying that Geospatial functions introduced TD13 onwards were available as external UDFs in the earlier versions. I have been asked to compare the metrics of using these External...
View ArticleBTEQ Login anomaly - forum topic by 02CSE33
Hi Gurus, I am facing a problem while loggin to BTEQ. My Purpose to write a script which will be scheduled in CRON and which just merely exports data from Production Environment and imports the data...
View ArticleNeed Help on two questions about TD architecture - response (4) by KS42982
For question 1, node is the correct answer. For question 2, I think AMP is the correct answer, but not 100% sure. Good luck !
View ArticleQueen as Worker node - response (5) by snoynaert
The queen also functions as a loader. The queen can never be used as a worker (for failover and performance reasons).
View Article"load_from_teradata" error - response (8) by snoynaert
The post from eceyildirim is the correct answer. Your Aster environment needs to have a minimum of two vworkers. This can be accomplished by adding another worker node or by using the...
View ArticleODBC Driver - response (1) by snoynaert
Login to the queen and you will find the drivers under /home/beehive/clients_all. For example: /home/beehive/clients_all/win32/nClusterODBCInstaller_i386.msi
View ArticleTeradata SQL Assistant Intellisense feature - response (1) by roy_laz
Hi my name is Roger, I speak English a litle. I use Teradata SQL Assistant I tryed in Menu "Tool"> "Option" and chose the tab "Code Editor", after that you should check in the option...
View ArticleUsing templates for operators provided in TPT - response (10) by sahmed448
Hello, Can someone please help me with a sample TPT script using update operator to load multiple tables based on the condition: if the value of the first column of the row in the input data file is...
View Article