1:when we develop a project what are the performance issue will raise?? KPIT 2:if a table have INDEX and CONSTRAINT why it raise the performance issue bcoz when we drop the index and disable the constraint it performed better??KPIT 3:what are unix commands frequently used in informatica??
KPIT,
1 8047I have table name called Team and I have name and DOJ in that table in oracle, when I retrive the table in Informatica DOJ shows with date and time , I want want to know is it possible to get only date(MMDDYYYY) in the date data type,
CSC,
3 8481Hi, I am new to Informatica, What is a flat file and how to use flat file in infomratica please help me.
CSC,
10 34854I still need further explanation about the difference between active and passive transformation with some examples.Thank You
5 7851What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?
7 19011I have table name in that I have Rajesh Reshika Priya I want the result Like only Starting with R Rajesh Reshika Can someone help me to get these results and How?
3 6705Hi all, i am new to this site and new to Informatica too. I have few questions regarding that. 1) When we load flat files into target tables how do we identify duplicates? and where do load the duplicate records for further reference? 2) How do we do chage data capture? Is this Slowly changing Dimension technique? Thanks in Advance
3 7423How can i generate Seqence Numbers to Tagret Table (with out using Seqence Gen Trans,Rank Trans).
5 10464Can anyone know that what is the Source File limitation in Informatica? To be more precise .. how many flat file we can use as a source in a mapping if.. 1) The Structure of flat files are same & 2) If the Structure of flat files are different. Please explain the procedure also if it dosn't bother one much!!
2 7883Post New Informatica Questions
What is a filter transformation and why it is an active one?
What is the Rank index port in Rank transformation?
How can we create index after completion of load process?
What is the way to execute pl/sql script using informatica mapping?
Differentiate between a database and data warehouse?
Can anyone tell me the new features in Informatica 9 Version?
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
Different circumstance which drives informatica server to expel records?
What are the restrictions of union transformation?
Explain the mapping variable usage example in informatica
can any one give some examples for pre sql and post sql(Except dropping and creating index).
What is the maplet?
What is an expression transformation in informatica?
How to generate sequence numbers using expression transformation?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C