Answer Posted / gyana
data driven is the session property.which tell the is to do
the operations on data as per the update strategy
transformation used in mapping..
it also defines that multiple database operations are done
in database(like insert,delete etc..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
While migrating the data from one environment to another environment how would you manage the connections?
how to create user defined function (udf) in informatica
What is meant by LDAP users?
Explain the etl program with few examples.
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
whats the logic to load the lower level of granularity of data to fact table.
what is degenerated dimension?
What are the different types of repositories created using informatica?
design of staging area?
What is exclusive and normal mode for repository services?
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 send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
What is a repository? And how to add it in an informatica client?
How do you manage the Parameter files while migrating your data from one environment to another environment?
Describe data concatenation?