Which warehouse using in your datawarehouse
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of hoursfromtime() function in transformer stage in datastage?
Converting Vertical PIVOTing without using PIVOT stage in DataStage. Ex: DEPT_NO EMPNAME 10 Subhash 10 Suresh 10 sravs Output: DEPT_NO EMP1 EMP2 EMP3 10 subhash suresh sravs 2) How to implement Horizontal PIVOTing without using PIVOT stage.
How to remove blank spaces from data?
I want capture UnMatched records from Primary source and secondary source in JOIN stage?
what is the difference between the join and look up explin me one exmple
What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
how do u catch bad rows from OCI stage? And what CLI stands for?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S
What is the difference between SQl Loader and OCI in datastage?
1.how to generate even numbers in surrogate or tranformar stage ? 2. how many ways to remove duplicate values?
What are the different plug-ins stages used in your projects?
How many areas for files does datastage have?