What is use of batch file in informatica?
How many types of batch file in informatica?
Answers were Sorted based on User's Feedback
With the batch file , we can run sessions either in sequential or in concurrently.
Grouping of Sessions is known as Batch.
Two types of batches :
1)Sequential: Runs Sessions one after another.
2)Concurrent: Run the Sessions at the same time.
If u have sessions with source-target dependencies u have to go for sequential batch to start the sessions one after another. If u have several independent sessions u can use concurrent batches Which run all the sessions at the same time.
Is This Answer Correct ? | 16 Yes | 3 No |
Answer / sarthak
u wrote about batches....not about Batch file... its a
different things..
BATCH FILE
A file that contains a sequence, or batch, of commands.
Batch files are useful for storing sets of commands that are
always executed together because you can simply enter the
name of the batch file instead of entering each command
individually.
Is This Answer Correct ? | 11 Yes | 1 No |
what is shared lookup&persistent lookup?
4 Answers Accenture, Cap Gemini,
How did you handle performance issues If you have data coming in from multiple sources, just walk thru the process of loading it into the target
Tell me any other tools for scheduling purpose other than workflow manager pmcmd?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
How to extract the informatica rejected data?
How do you change a non-reusable transformation to reusable transformation?
i have 2 flat files one table contains duplicates another one no duplicates.... so i need like this i don't want duplicates...pl's give me ans...
How to extract sap data using informatica? What is abap? What are idocs?
what is unit testing?tell me proceedure
To achieve the session partition what r the necessary tasks u have to do?
As union transformation gives UNION ALL output, how you will get the UNION output?
WE HAVE 10 RECORDS IN SOURCE IN THAT GOOD RECORDS GO TO RELATIONAL TARGET AND BAD RECORDS GO TO TARGET FLAT FILE ? HERE IF ANY BAD RECORDS MEANS ITS LOAD INTO FLAT FILE AND SEND AN EMAIL , IF NO BAD RECORDS MEANS NO NEED TO SEND EMAIL . PLZ HELP ME ...