Can I create one wrkflw which will run different wrkflws on
schedule time?
Answers were Sorted based on User's Feedback
Answer / suresh
No it is possible but it is possible only by using worklets
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ravikumar subburoyal
Yes. we can run different wrkflws by using command task
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ram
create different worklet and run them using single workflow
| Is This Answer Correct ? | 0 Yes | 1 No |
i have 1000 records in my dource table, the same i have in target ,but a new column added in target as "batchno", and this column adds no 10 for 1st 100 records and 20 for next 100 records and 30 next 100 records and vice versa. how to acheive this?
Can we make worklet inside worklet?
How can we use mapping variables in informatica? Where do we use them?
scenario
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
Performance tuning in UNIX for informatica mappings?
We can't use sql override or other properties when using Flat file as source. Then what is the use of Source Qualifier transformation?
Which transformation should u need while using the cobol sources as source defintions?
what is the difference between Informatica7.1 & informatica 8.1
why we are using level option in normalizer transformation
If we set dd_insert in mapping and Delete in session properties what will happen.?
My i/p is 1,2,3,4,5,6,7,8,9,10……….. o/p to be populate in two tables as below. o/p1: 10,20,30,40,50,60,70,80,90……. o/p2: 11,21,31,41,51,61,71,881,91…….