What is Session and Batches?
Answer / Amit Trivedi
A Session in Informatica is a container for one or more transformations, target mappings, or workflows. It defines the flow of data through the system. A Batch in Informatica refers to a single execution of a session. A batch processes a set of records according to the specified parameters and generates a result.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is metadata?
I am having source ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI Target ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI If a new record coming from source from same location it should directly go to specified location in target at begining EX:if Eno with 4 coming from same Pune, It should directly load into the Pune location col with '|' symbol. Help me its very urgent
i have 2 mapings for this 2 mapings i want use only one lookupt/r how?
How do you load only null records into target? Explain through mapping flow.
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?
Have you worked with/created Parameter file
what is data driven?
What is galaxy shema
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
hi real timers . iam waiting for ur reply regarding ETL TESTING
i hav a scenario like this i want load data from source to target as follows frist it counts the num of deptno and display with that with count and how many times it reapts along with all the records in source
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?