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...


Hi please try to reply with answer. my mail id is
raghu.1028@gmail.com.
if the source is having millions of records, but having
theree target tables. As per user the first record need to
insert into first target and second record in to a second
target and third into third target, similarly the process
needs to repeat?

Answers were Sorted based on User's Feedback



Hi please try to reply with answer. my mail id is raghu.1028@gmail.com. if the source is having m..

Answer / srinivas

sequence generator>expression trans>router>targets

in router create 2 userdefined groups, 1 default group.
ie total 3 o/p groups
group1 condtion . mod(nextval,3)=0
group2 condtion . mod(nextval,3)=1
group3 condtion . mod(nextval,3)=2

Is This Answer Correct ?    5 Yes 2 No

Hi please try to reply with answer. my mail id is raghu.1028@gmail.com. if the source is having m..

Answer / siddiq

First U will create sequence number for the 3records
using sequence generator t/r then U can create an
expression t/r in that use the mod function like

mod(seqno,3)=1
mod(seqno,3)=2
mod(seqno,3)=0

then u will get the resulr

Is This Answer Correct ?    3 Yes 0 No

Hi please try to reply with answer. my mail id is raghu.1028@gmail.com. if the source is having m..

Answer / jitendra

We can clearly understand that we need a Router
transformation to route or filter source data to the three
target tables. Now the question is what will be the filter
conditions. First of all we need an Expression
Transformation where we have all the source table columns
and along with that we have another i/o port say seq_num,
which is gets sequence numbers for each source row from the
port NextVal of a Sequence Generator start value 0 and
increment by 1. Now the filter condition for the three
router groups will be:

MOD(SEQ_NUM,3)=1 connected to 1st target table,
MOD(SEQ_NUM,3)=2 connected to 2nd target table,
MOD(SEQ_NUM,3)=0 connected to 3rd target table.

Is This Answer Correct ?    2 Yes 1 No

Hi please try to reply with answer. my mail id is raghu.1028@gmail.com. if the source is having m..

Answer / balaganesh

Using Sequence Generator and router we can achive this
problem.

In Seq Gen:
1) Set current value is 1 and end value is 3. Also, enable
the recycle option.

Now using router you can separate the records into target.

Is This Answer Correct ?    2 Yes 2 No

Hi please try to reply with answer. my mail id is raghu.1028@gmail.com. if the source is having m..

Answer / mural

hi srinivas this is lenthy process it is not possible

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ETL Interview Questions

what are the concerns of OLTP and DSS systems?

0 Answers  


What are the three tiers in etl?

0 Answers  


how would u estimate the size of Lookup transform data and index cache?

0 Answers  


What is full load & incremental or refresh load?

0 Answers  


When you have 2 servers in two different time zone and if you need to extract data from 1 server and load it in another server, how do you go about it? Best method to be used.

3 Answers  


what are Lookup caches options? Including persistent caches.

1 Answers  


what is Forward,Reverse and Re_engineering?

0 Answers  


What do you understand by the term ‘transformation’?

0 Answers  


Eliminating of duplicate records without using dynamic lookups

4 Answers   IBM,


What are snapshots?

0 Answers  


What are the different ways to deploy the code in informatica?

1 Answers   IBM, Saama Tech, Wipro,


Is there any body who works on Pervasive Data Integrator (previously Data Junction)? Is there any scope also?

2 Answers  


Categories