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

I want skip first 5 rows to load in to target? what will be
the logic at session level ??

Answer Posted / nitin

The one way to skip records for relational sources would be
adding a SQL Query in session properties.

SELECT * FROM EMPLOYEE
MINUS
SELECT * FROM EMPLOYEE WHERE ROWNUM <= 5
This query would skip the first 5 records.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a node in Informatica?

1083


Explain scd type 3 through mapping.

1051


What are the components of Informatica? And what is the purpose of each?

1108


What is dimensional table? Explain the different dimensions.

1243


Can we create a Integration service without a Repository service and vice versa?

1255


How to partition the Session?

1149


What are batches?

1184


Separate from an archive server and a powerhouse?

1005


What are the types of lookup transformation?

1117


Explain the scenario which compels informatica server to reject files?

1204


What the difference is between a database, a data warehouse and a data mart?

1196


I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)

1673


Can we change Dynamic to Static or Persistent cache? If so what happens?

2248


What are the tuning techniques you applied during your last project

2072


How do you convert single row from source into three rows into target?

1208