what r the values tht r passed between informatics server
and stored procedure?
Answer / sai suresh
There are 3 types of data passing between informatica
server and stored proceduer these are
Input/Output parametors: Stored procedure it receive the
inputs and porvied the outputs.
Return Value:Ever data base to provied return value after
processing of stored procedure.
Status code: It is used for error handling.
| Is This Answer Correct ? | 2 Yes | 0 No |
what are the unix commands to start the wrk flow ?
how do u fnd the duplicate rows and how to delete the duplicate rows?
for ex: in source 10 records are there with column sal. use a filter transformation condition as Sal=TRUE and connect to target. what will happen.
Hi all, iam new to informatica, can anyone tell me what is unit testing & how it is done? thank u
Which tool yoU use to create and manage sessions and batches and to monitor and stop the informaticaserver?
How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?
Can you copy the batches?
write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24
how many types of dimensions are available in informatica?
What are the diffrences between joiner transformation and source qualifier transformation?
Describe the impact of several join conditions and join order in a joiner transformation?
can we load the data with out a primary key of a table? what is target plan?