What is difference between stored procedure transformation
and external procedure transformation?

Answers were Sorted based on User's Feedback



What is difference between stored procedure transformation and external procedure transformation?..

Answer / swetha

In case of storedprocedure transformation procedure will be
compiled and executed in a relational data source.yoU need
data base connection to import the stored procedure in to
your maping.Where as in external procedure transformation
procedure or function will be executed out side of data
source.Ie you need to make it as a DLL to access in your
maping.No need to have data base connection in case of
external procedure transformation.

Is This Answer Correct ?    4 Yes 0 No

What is difference between stored procedure transformation and external procedure transformation?..

Answer / manjunath

Stored procedure transformation is used to invoke the database procedure or function stored in the database. it needs the connection to the database. Where as the external procedure transformation is used to invoke the application function developed either in C/C++/VB.The external procedure needs to be bind with the external procedure transformation in the designer so the the application function would be loaded at the run time like a DDL.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

Explain the mapping variable usage example in informatica

0 Answers   Informatica,


What are conformed dimensions?

1 Answers  


What happens if we dont select data driven option?

2 Answers   Zensar,


i have 50500 records in my source.if wf run for the first time it will load 1000 records into 1 tgt,if runs second time it will load to another tgt.targets are FF and it is need to be created dynamically.how many tgt will be created and how?

1 Answers   HCL,


In what scenario we use to improve session performance by pushdown optimization?can any one give example?

2 Answers  


What is workflow? What are the components of the workflow manager?

0 Answers  


Write the unconnected lookup syntax?

0 Answers  


we have tables like c1 a c2 b c3 c c4 x c5 y and i need output like abcx in a single row and abcy in a single row? how do u do this?

2 Answers   Patni, Tech Mahindra,


explain abt union t/r?

1 Answers   IBM,


What is the advantage of informatica?

0 Answers  


how to we create datamart?

2 Answers   HSBC,


Difference between session variables and workflow variables?

2 Answers   Informatica,


Categories