without using emailtask how will send a mail from informatica?
Answers were Sorted based on User's Feedback
Answer / swathi
by using 'mailx' command in unix of shell scripting
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / trin
mailx in command task
for example:cat file.out |mailx -s 'Subject'
rrf@example.com
| Is This Answer Correct ? | 0 Yes | 1 No |
difference between informatica 8.6 and 9
3 Answers Atos Origin, BA Continnum Solutions, Core Logic,
I have a scenario which load the data frm single source to 2 targets as T1, T2, and T1 have a P.K and T2 have F.K relations. first data has to load in T2, and then data load to T1 if that record exist in T1... how can we acheive it?
How union transformation is used?
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
What is constraint based loading exatly? And how to do this? I think it is when we have primary key-foreign key relation ship. Is it correct? please answer me. Advance Thanks.
What is a rank transform?
State the limitations where we cannot use joiner in the mapping pipeline?
What is the command used to run a batch?
Explain the features of connected and unconnected lookup.
we have 30 wf with 3 batches means 1batch=10 wf 2 batch=10-20 wf 3batch=20-30wf through unix First you have to complete batch ofter second batch have to run how can you do in unix?
How u use pdf file in informatica source?
we have 20 records in source system, when we run for the 1st time, it should load only 10 records into the target, when you run for the second time it should load another 10 record which are not loaded. How do we do that? Can we write a SQL query in source qualifier to do it. This q' is asked in one f the interviews. Please let me know if anyone knows. Thanks