I have a few records all are same structures data, I want to
store data in multiple targets how?
Answers were Sorted based on User's Feedback
Answer / raman
Use the same job for loading by parameterizing the file
name the table name.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / geetha
Use transformer stage and modulus function. Lets say we have 4 target tables and set constraint to each target links as below.
Link1--> mod(@INROWNUM,4)=0
Link2--> mod(@INROWNUM,4)=1
Link3--> mod(@INROWNUM,4)=2
Link4--> mod(@INROWNUM,4)=3
we can also use filter stage and where clause to split the records
Is This Answer Correct ? | 2 Yes | 0 No |
what is sparse lookup?
What are the various kinds of containers available in datastage?
I WANT TO SEND SYSDATE AS PARAMETER,SO WHAT COMMAND I SHOULD USE TO CALL SYSDATE?
Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?
Is it possible to query a hash file?
How to convert table data into xml file using xml output stage? please explain step by step;
Define project in datastage?
i have flat file and using unix how can i generate sequence number into targer?
I have 100 records how can I load at a time from the single time
how can u connect the client system directly at any time?
How you can fix the truncated data error in datastage?
Describe link sort?