Informatica software installation 8.1/7.1.3/7.1 with oracle
10g database (optional Teradata v2R6)
Answer Posted / vasu
it will support carry on
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain direct and indirect flat file loading (source file type) - informatica
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
Is it possible to create multiple domains on a single Informatica server?
What are the different transaction levels available in transaction control transformation?
explain about unit testing? in real time?
Define pmcmd command?
What is decode in informatica?
What is a node in Informatica?
Describe expression transformation?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
Different sorts of metadata that stores in the storage facility?
How we can create indexes after completing the load process?
What are the different types of olap? Give an example?
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
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