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

We can't use sql override or other properties when using Flat file as source. Then what is the use of Source Qualifier transformation?

3 Answers  


Explain the difference between mapping parameter and mapping variable?

1 Answers  


How many repositories can we create in Informatica??

9 Answers   IBM, Patni,


How to Join Tables my Source is having 15 table target is one?

4 Answers   TCS,


with out using update strategy transnsformation how to update the data in mapping level

1 Answers  


what is song in infrmatica...?

1 Answers   CTS,


I have the source like col1 col2 a l b p a m a n b q x y How to get the target data like below col1 col2 a l,m,n b p,q x y

2 Answers   DELL,


Why we select the table which has minimum number of records as Master table in joiner?

4 Answers   HG, UST,


Differentiate between reusable transformation and mapplet.

1 Answers  


What is meant by query override?

1 Answers  


following table source name gender a1 male a2 female how to change 'male' to 'female' and 'female' to 'male'

2 Answers  


Whats the difference between $, $$, $$$

9 Answers  


Categories