Answered Questions

  • Duplicate Records

    If 5 records are there in source, how will you make 10 in targets (double the number of records in source, duplicate source records)?

    Anil

    • Jun 22nd, 2016

    We can do it by taking expression t/r and 2 instances of same target and connecting from same exp to 2 targets!

    Anupam Kumar

    • Apr 8th, 2016

    Use Router. Create two group and just put TRUE in both

  • Fast Record Append

    Which is the faster way - Adding a record at the beginning of a file or adding a record at the end of a file? Explain

  • What is Session and Batches?

    Session - A Session Is A set of instructions that tells the Informatica Server How And When To Move Data From Sources To Targets. After creating the session, we can use either the server manager or the command line program pmcmd to start or stop the session.Batches - It Provides A Way to Group Sessions For Either Serial Or Parallel Execution By The Informatica Server. There Are Two Types Of Batches...

    Star Read Best Answer

    Editorial / Best Answer

    sanghala  

    • Member Since Apr-2006 | May 14th, 2007


    Session:  A session is a set of commands that describes the server to move data to the target.

    Batch :  A Batch is set of tasks that may include one or more numbar of tasks (sessions, ewent wait, email, command, etc..,)

    There are two types of batches in Informatica:

    1. Sequential: When Data moves one after another from source to target it is sequential

    2. Concurrent: When whole data moves simultaneously from source to target it is Concurrent

    ravindra

    • Jul 15th, 2011

    Session is an object of repository,which instructs the informatica server(integration service)to execute the mapping with given database connection's...