explain the scenario for bulk loading and the normal
loading option in Informatica Work flow manager ???
Answer Posted / rekha
NORMAL LOAD : IT LOADS THE RECORD ONE BY ONE AND WRITES LOG
FOR EACH FILE . IT TAKES MORE TIME TO COMPLETE
BULK LOAD : I LOAD THE NUMBER OF RECORDS AT A TIME ,IT WONT
FALLOW ANT LOG FILES OR TRACE LEVELS . IT TAKES LESS TIME
USE THE BULK MODE FOR IMPROVING THE SESSION PERFORMANCE
| Is This Answer Correct ? | 49 Yes | 4 No |
Post New Answer View All Answers
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
How can we use mapping variables in informatica?
Differences between connected and unconnected lookup?
How an expression transformation differs from aggregator transformation?
How you can differentiate between connected lookup and unconnected lookup?
have u done any performance tuning? how u ll do?
What is the scenario which compels informatica server to reject files?
What is a filter transformation?
What is a router transformation?
Separate from a database, an information bazaar, and an information stockroom?
Differentiate between a repository server and a powerhouse?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
Describe expression transformation?
State the differences between sql override and lookup override?
While migrating the data from one environment to another environment how would you manage the connections?