I cleared Informatica certification Designer. if anybody
need dumps, can contact at mukesh1009@gmail.com
Answers were Sorted based on User's Feedback
Answer / arun
Hi Can you please send it to my email id
arunsmily100@gmail.com
Thank you
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / omkar gajbare
Plz send me the dumps Mukesh
omkargajbare@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shariuqe
hi, my name is sharique.
please send me the dumps for "informatica certified
designer" to my mail id: sharique.1234@gmail.com
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / maddy
Hi This maddy , Thanks for all the help in advance , can you please mail the dumps to infamaddy@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / upasna chaudhary
Hi Mukesh,
Could you please send me dumps on my mail id chaudharyupasna1502@gmail.com.
Thanks in Advence!!! Waiting for your reply!!!!
Upasna
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandhya
Hi Please send me dumps to r.sandhya51088@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / indhuja
pls send metoo....my mail id inthujasri@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkat
Hi Mukesh,
This is venkat can you please send informatica
certification to my mail id is prasad.reddy3449@gmail.com
Thanks in Advance
venkat
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siva
Hi Mukesh,
Can you please send me the Informatica certification questions.this is really help to me.
siva.puppala88@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi mukesh,
can you please email me the dumps at chandu.sev@gmail.com.
thanks in advance for your help
| Is This Answer Correct ? | 0 Yes | 0 No |
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
when we create source as oracle and target as flat file, how can i specify first row as column in flat file?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
What are the types of lookup transformation?
I have a text file name x With a text message. Word informatica Is repeated for n number of times. How to count the number of occurrence Of word informatica Of word informatic in this file x.
Clarify the utilization of aggregator cache record?
What is event and what are the tasks related to it?
Explain about cumulative Sum or moving sum?
i have 2 session s1 execute s2 load first session fail what is the reason?
without table how to come first record only in oracle?
If I have a index defined on target table and if set it to bulk load will it work ?
generate Unique sequence numbers for each partition in session with Unconnected Lookup ? Hi All, Please help me to resolve the below issue while Applying partitioning concept to my Session. This is a very simple mapping with Source, Lookup , router, and target. I need to Lookup on the target and compare with the source data, if any piece of data is new then Insert, and If any thing change in the existed data then Update. while Inserting the new records to the target table I'm generating sequence numbers with Unconnected lookup, by calling the maximum PK ID from the target table. The above flow is working fine from last one year. Now I wish to apply the Partitioning concept to the above floe(session) At source I used 4 pass through partitions.(For Each partition different filter conditions to pull the data from source) at Target I used 4 passthrough Partitions. it is working fine for some data, but for some rows for Insert Operation , it is throwing Unique key errors, because while Inserting the data it is generating the same sequence key twice. In detail : 1st row is coming from 1st partition and generated the sequence number 1 for that row. 2nd row is coming from 1st partition and generated the sequence number 2 for that row 3rd row is coming from the 2nd partition generated the sequence number 2 again for that row. (it must generate 3 for this row) the issue is becuase of generating the same sequence numbers twice for different partitions. Can any one Please help me to resolve this issue. While Applying partitions how can I generate a Unique Sequence numbers from Unconnected lookup for Each partitioned data. Regrads, N Kiran.