how can we update without using update transformation.
wt is push down operation in informatica.
which lookup gives more tuning performance. if so why.

Answers were Sorted based on User's Feedback



how can we update without using update transformation. wt is push down operation in informatica. w..

Answer / bsgsr

without using update t/mation also we can update. in
session properties select update against treat source rows
as. this wud definitely help you.

push down is a function of 8.1 version of informatica. it
reduces the load on informatica server.

unconnceted obviously bcoz not connected with the data flow
and uses only static cache.
also it can be called as many times in a mapping as a
result of an expession.

reach me on 9866188658.

Is This Answer Correct ?    7 Yes 3 No

how can we update without using update transformation. wt is push down operation in informatica. w..

Answer / infa dev

Just using the Update override won't get your work done.
You will have to select the session property Treat source
rows as 'Update'

Is This Answer Correct ?    7 Yes 3 No

how can we update without using update transformation. wt is push down operation in informatica. w..

Answer / usha

without using update transformation we can update by using
update overide if the target doent have a PK...

:TU

------------------------
push down operation in informatica means it will convert
transfromation logic to SQL query..
3 types..

source push down
target push down
full push down.

------------------------
connected lkp will give good prformence..


lookup gives more tuning performance

Is This Answer Correct ?    1 Yes 1 No

how can we update without using update transformation. wt is push down operation in informatica. w..

Answer / gyana

GOOD WORK USHA

Is This Answer Correct ?    0 Yes 0 No

how can we update without using update transformation. wt is push down operation in informatica. w..

Answer / ashwin

We can use update override in the target table in mapping.

Push Down Optimization is an optimizing technique in
informatica 8. Integration service pushes the transformation
logic either to the source database or to the target
database rather than executing the logic by itself.

I think dynamic lookup gives a better performance since it
allows us to tune the cache sizes(index and data).

Is This Answer Correct ?    2 Yes 6 No

how can we update without using update transformation. wt is push down operation in informatica. w..

Answer / sambasivarao.m

By using Update override option in Target table we can
update the table

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More Informatica Interview Questions

what is the size of ur database(like oracle)

2 Answers   HP,


How to extract the informatica rejected data?

0 Answers  


How to identify this row for insert and this row for update in dynamic lookup cache

3 Answers   CSC,


what type of problem you faced insales project or insurance project

1 Answers   Sony,


one source to target loading insert new rows and update existing rows?

3 Answers   Polaris,






What is the difference between procedure and stored procedur?

2 Answers   IBM,


if we have input eno 1,2,3,1,2,3 year 2001,2002,2003,2001,2002,2003 and sal 10000,20000,30000,20000,30000,40000 ex-output eno totsal 1 30000 2 50000 3 70000

7 Answers  


Can anyone please help me out,In which transformations records will be rejected and how capture those records?and How to reload the rejected records?

3 Answers   Syntel,


where actually the usage of push down optimization happens...

2 Answers  


r u done any partitions in ur project?

0 Answers   TCS,


what happens if you try to create a shortcut to a non- shared folder?

1 Answers  


How we can use union transformation?

0 Answers  


Categories