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

Hello Everyone,i have one question on sequence generator.i
have two targets and the records comes from the source will
place in the targets like 1-10 rec in target1 and 11-20 rec
in target2,21-30 rec in target1...etc so any one can help
me? plz..Thanq in adv.

Answer Posted / santosh_dw

It will work without making sequence generator cyclic

select mod(floor(3/10),2) from dual;

Ans: 0


select mod(floor(12/10),2) from dual;

Ans: 1

select mod(floor(25/10),2) from dual;

Ans: 0

select mod(floor(35/10),2) from dual;

Ans: 1

Thanks,
Santosh.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different components of powercenter?

1107


Explain where to store informatica rejected data? How to extract the informatica rejected data?

1054


whats the logic to load the lower level of granularity of data to fact table.

2308


What is the difference between a repository server and a powerhouse?

1572


What is meant by pre and post session shell command?

1197


How can we remove the duplicates from flat file source?

1071


Which means the first record should come as last record and last record should come as first record and load into the target file?

1136


Is it possible to use a client with different version than that of its Informatica server?

1187


What do you mean by enterprise data warehousing?

1101


Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?

1311


can we override a native sql query within informatica? Where do we do it? How do we do it?

1105


Explain the informatica workflow?

1119


What is a standalone command task?

1246


Explain direct and indirect flat file loading (source file type) - informatica

1354


Explain in detail scd type 2 through mapping.

1080