Explain dynamic target flat file name generation in informatica
What is Performance tuning in Informatica?
What is native users?
Which will beter perform IIf or decode?
There is a table with emp salary column how to get the fields belongs to the salary greater than the average salary of particular department. Write a query
Why filter transformation is an active one?
A TABLE CONTAINS SOME NULL VALUES . HOW TO GET (NOT APPLICABLE(NA)) IN PLACE OF THAT NULL VALUE IN TARGET .?
if we have certain records,if i need to get 5 th rec for the first time to the target,when i run it for next time,i need to get 6th rec...like that it should process.what wil be the procedure to achieve it??
Please let me know how to do estimation before staring development in project. Here estimation in the sense how many associates are required, etc to complete the project.
In EMP table, for those emp whose Hiredate is same, update their sal by "sal+500" or else for others keep the sal as it is, how to do it by SQL query
What is the use of target designer?
when we create source as oracle and target as flat file, how can i specify first row as column in flat file?
write sql query following table amount year quarter 1000 2003 first 2000 2003 second 3000 2003 third 4000 2003 fourth 5000 2004 first 6000 2004 second 7000 2004 third 8000 2004 fourth i want the output year q1_amount q2_amount q3_amount q4_amount 2003 1000 2000 3000 4000 2004 5000 6000 7000 8000 can anybady help me to achieve the aboue result by using informatica. thanks in advance.