what is materialized view used datastage?
Answer / nams
It is just snapshot of runtime data as per business requirement
Is This Answer Correct ? | 1 Yes | 3 No |
what should be ensure to run the sequence job so that if its get aborted in 10th job before 9job should get succeeded?
HOW U CAN ABORT THE JOB IF THE DATA IS DUPLICATE?
Explain the importance of surrogate key in data warehousing?
What are the various kinds of the hash file?
hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha
difference between server shared container and parallel shared container
1)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?
Define Data Stage?
what is the difference between lookup stage reject link and merge stage reject link in datastage Parallel jobs? interm of output in Merge Reject link and Look Up Reject link ?
count number of deptno in a emp table?
How can you write parallel routines in datastage PX?
IN SEQUENTIAL FILE,I HAVE DATA LIKE THIS EID,ENAME 11,AA 11,CC 22,DD 33,EE 22,AA 22,BB 22,CC 11,BB THEN i SELECT perform sort ON eid,uncheck both unique,stable AND I CHOOSE hash SORTING.WHAT IS THE OUTPUT I CAN GET.what happend if i select UNIQUE,STABLE. PLEASE EXPLAIN HOW THE RECORDS DISPLAY AT TARGET.