Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why we use stored procedure transformation?

Answers were Sorted based on User's Feedback



why we use stored procedure transformation?..

Answer / chandrasekar

The Stored Procedure Transformation is used to call the
stored procedure.

First, we have to create a Stored procedure in Oracle or SQL
Server.It have 2 types.

one is Connected Stored Procedure and another one is
Unconnected Stored Procedure.

Is This Answer Correct ?    5 Yes 0 No

why we use stored procedure transformation?..

Answer / vas.chiky

for complex results, which we cannot obtain in SQL or from
informatica transformation, we go for procedures.

Also doing the calculation in database level doesnt makes
work load high for our informatica server.

process will be given to database.

Is This Answer Correct ?    3 Yes 0 No

why we use stored procedure transformation?..

Answer / abhinaw prakash

Valid Stored Procedure Use cases
Complex Calculations
If we have a complex calculation that needs to be done for
each record repeatedly we may use stored procedure
transformation. Complex statistical calculations where a
certain measure is being calculated for each of the record
is a good example where one may want to use this.
Performance
There are cases where you may want to use this to improve
your performance. Let’s say one calculation requires
accessing or looking up multiple records or values from
several different tables. If you were to perform this
calculation in Informatica, you will have to perform
multiple lookup operations in many tables. Depending upon
the types of your lookup, this may involve caching the
entire data or at least making multiple network level calls
to transport these data over the network layer. Instead, if
we use a stored procedure transformation, we can perform the
entire calculation within the database, thereby, eliminating
any need to transport data over the network.
Security
Although rare but sometimes client may have a proprietary
algorithm implemented in database. Client does not want to
let others know about the actual algorithm in use, however,
wishes that we take advantage of this algorithm. If the
algorithm is implemented in database stored procedure and
proper access restrictions are placed, then we will not be
able to read the SP to see the algorithm, but still can call
this from Informatica to take the advantage of the
algorithm. Example, proprietary trading algorithms in banks
and brokerage farms.
Reusability
Reusability is a reason why you may want to use a stored
procedure transformation. Suppose you have already written a
complex code in database programming language, tested the
code exhaustively and you are pleased with the performance
of this piece of code. Now that your Organization is
implementing Informatica, you may not wish to rewrite this
entire piece of code in Informatica again. You can reuse
your existing code through stored procedure transformation.

Is This Answer Correct ?    3 Yes 0 No

why we use stored procedure transformation?..

Answer / mallika

For populating and maintaining data bases

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Informatica Interview Questions

what is meant by lookup caches?

2 Answers   Cap Gemini, Informatica,


what are the best practices to extract data from flat file source which are bigger than 100 mb memory?

0 Answers   Wipro,


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,


I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?

3 Answers  


What is the need for an etl tool?

0 Answers  


Can we run session without using workflows?

5 Answers   TCS,


Where can we find the throughput option in informatica?

0 Answers  


how do u use sequence created in oracle in informatica? Explain with an simple example

6 Answers   CTS,


My Source qualifier has empno, sal. Now my mapping is like SQ(EMPNO)->AGGR->EXP->TARGET SAL ------------>TARGET ? Is this mapping valid or any issues are there if we design like this?

3 Answers   Span Systems,


How do you Merge multiple Flat files for example 100 flat files with out using Union T/F

4 Answers   IBM,


How can we eliminate duplicate rows from flatfile,explain?

3 Answers  


Enlist the various types of transformations.

0 Answers  


Categories