what are the differences between powercenter 8.1 and
powercenter 8.5?
Answers were Sorted based on User's Feedback
the diff btw 8.1 and 8.5 is we can find push down operation
in mapping wch gives more flexible performance tunning.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / chaitanya
Mainly 4 features are upgraded:
i)Push Down Optimization
ii)Java Transformation
iii)SQL Transformation
iv)Service Oriented Architecture(S.O.A)
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the scheduling options to run a sesion?
I am hvaing SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out
If a session fails after loading of 10,000 records in to the target.How can you load the records from 10001?
Write the prerequisite tasks to achieve the session partition?
Why do we use DSS database for OLAP tools?
How can we trouble shoot the commas in a column of a comma delimited flat file in Informatica
Which transformation is needed while using the Cobol sources as source definitions?
what transformations are used for Variable port?
How we will implement Pushdown Optimization and Types in Informatica with better examples
To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?
Hello Everyone,i have one question on sequence generator.i have two targets and the records comes from the source will place in the targets like 1-10 rec in target1 and 11-20 rec in target2,21-30 rec in target1...etc so any one can help me? plz..Thanq in adv.
Hi experts ,I have a Source of 1000 records.I have to load 100 records in first target,101 to 200 records in 2nd target, 201 to 300 records in 3rd target and again 301 to 400 in first target like that as cyclick process. How can i acheive this.