How the informatica server increases the session performance
through partitioning the source?
Answer / swetha
For a relational sources informatica server creates multiple
connections for each parttion of a single source and
extracts seperate range of data for each connection.
Informatica server reads multiple partitions of a single
source concurently. Similarly for loading also informatica
server creates multiple connections to the target and loads
partitions of data concurently.
For XML and file sources,informatica server reads multiple
files concurently. For loading the data informatica server
creates a seperate file for each partition(of a source
file).U can choose to merge the targets.
Is This Answer Correct ? | 7 Yes | 0 No |
All active transformations r passive or not?
COM components can be used in Informatica
Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com
Explain dynamic target flat file name generation in informatica
Can we combine a flatfile and a database table using an UNION transformation?
"Change cache" in Informatica ?
How many repositories can we create in Informatica?
How do you load alternate records into different tables through mapping flow?
select count(1) from emp? what is the o/p?
What is flashback table ? Advance thanks
There are 10 flat files; out of 10 files 1 file is empty. How do you identify the empty file? How can you load all files into targets?
How will restrict values in 0-9 and A-Z and a-z and special character.Only allowed these chars otherwise we will reject the records? what is the function we used to restrict...