what r the sources u need to create the datastage?
Answer / suresh
.Net frame work,oracle 9i,Datastage 7.5 PX software
| Is This Answer Correct ? | 2 Yes | 1 No |
what is A Datastage?
we run a job in 4 nodes,i want to run same job on 8 nodes is it possible? job recompling is mandtory?why?
how to retrive the max(sal),deptno,empno in datastage?
at source level i have 40 columns,i want only 20 cols at target what r the various ways to get it
Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.
If we take 2 tables(like emp and dept),we use join stage and how to improve the performance?
What is the precedence of stage variables,derivations, and constraints?
How can we improve performance of data stage jobs?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
Hi guys, Design job sequence, we have 3 sources, in that 1st source in abort then only run the remaining sources.. How please design the job. Thanks.
I am having the 2 source files A and B and I want to get the output as, the data which is in file A and which doesn't in file B to a target 1 and which is in file B and which doesn't in file A to a target 2?