What are the two modes of datamovement in informatica sever?
Answers were Sorted based on User's Feedback
Answer / guest
Two modes of data movement are ASCII mode and uni code
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the Rank index port in Rank transformation?
How do you implement unconn. Stored proc. In a mapping?
If one flat file contains n number records., we have to load in target from 51 to 100.. how to use expressions in Informatica..?
In a concurrent batch if a session fails, can you start again from that session
Hi ETL gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance..please let me know in case of any concerns...
scenario where i can use only concurrent execution of workflow.
how do u move the code from development to production?
Please let me know how we can implement the below scenario. In a single mapping,more than 500 sources (legacy,VSAM,relational) will be loading into only one target. Whenever I retreive the data(any record) from target, i need to find the details that the record belongs to which source. Thanks in advance..
If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?
Session Recovery. 1000 rows in the source of which 500 passed through and then I killed the session. Can you perform a recovery and how
in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?
What are the static cache and dynamic cache in informatica?