-
Which transformation should we use to normalize the COBOL and relational sources?
Normalizer Transformation. When U drag the COBOL source in to the mapping Designer workspace,the normalizer transformation automatically appears,creating input and output ports for every column in the source.
-
-
What is the maplet?
Maplet is a set of transformations that you build in the maplet designer and U can use in multiple mapings.
-
-
What is the status code?
Status code provides error handling for the informatica server during the session.The stored procedure issues a status code that notifies whether or not stored procedure completed sucessfully.This value can not seen by the user.It only used by the informatica server to determine whether to continue running the session or stop.
-
What r the rank caches?
During the session ,the informatica server compares an inout row with rows in the datacache.If the input row out-ranks a stored row,the informatica server replaces the stored row with the input row.The informatica server stores group information in an index cache and row data in a data cache.
-
What is the way to add the total number of records that have been read from SRC in the TGT file as last line?
What is the way to add the total number of records that have been read from SRC in the TGT file as last line? Let me clear you if my TGT is a flat file and want to add total number of records that are written in TGT as a last line with sysdate.
-
Difference between stop & abort
What is the difference between STOP and ABORT options in Workflow Monitor?
-
Sorter transformation
If i enable select distince property in sorter transformation, on what basis the sorter tranformation removes the duplicate data
-
-
Validate no of rows in source and footer
How do you validate the no of rows received in source with footer(count) and if both count matches then only it should load to target?
-
-
-
Which one is better between connected and unconnected lookup?
In lookup which one is better one connected and unconnected lookup?performance wise i am asking?if i am using five connected lookup in mapping that time what happens?
-
Delete First 3 Rows & Last 3 Rows in Target Table
How to delete first 3 rows & last 3 rows in target table in Informatica?
-
-
Informatica number formatting
How to format phone number 9999999999 into (999)999-9999 in informatica
-
-
Separating Single Field to Values
I have a table having column col1, col2. If for a col1 there is some data in col2.
EX: Col1=0012 and Col2 = 12,13,14
then i need these three values 12, 13,14 separately not as a single string as it is in table. Or you can say in need to separate these three values after it is returned by query.There may be only one value or more than 3 as well.
EX: 12,13,14,15......... -
Informatica Interview Questions
Ans