I have source table 100 records after run session successfully but loads the target table 50 records only what happened that 50 records and how can i load remaining 50 records
Answer Posted / ahalya inturi
"Restart the session" . if the integration service has not issued at least one commit.
(or)
perform "Session Recovery" if the integration service has issued atleast one commit.
the I.S reads row id of last row commited from OPB_SRVR from repository table.
the I.S reads all the data from source , start processing from next row id..
we can perform session recovery when only target load type is normal. it can not support in bulk loading..
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is data caches/ index caches?
What is meant by lookup transformation?
Which version configuration tool used in ur project?
what are the different types of transformation available in informatica. And what are the mostly used ones among them?
can you please explain me pre session and post session options?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Enlist the differences between database and data warehouse.
Performance tuning in UNIX for informatica mappings?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks
How we can create indexes after completing the load process?
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
What is the fact table?
Did u used latest transformations of 8.6.0? for what?