how can we load starting with 11th record of a table from
source to target
Answer Posted / akash
This scenario can also be implemented by using the
following query in Source Qualifier:
select * from table_name where rowid not in (select rowid
from table_name where rownum <= 10)
This will give the records after 10
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the static cache and dynamic cache in informatica?
permutations of mapplet
What you know about transaction control transformation?
Write the unconnected lookup syntax and how to return more than one column.
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
Under what conditions selecting sorted input in aggregator will still not boost session performance?
How do you load only null records into target?
Explain the etl program with few examples.
what is the Default Source Option For Update Strategy Transformation?
I have a flat file, want to reverse the contents of the flat file
What are roles and groups and benefits of using them?
What does refresh system mean, and what are its distinctive choice?
Explain lookup transformation is active in informatica
Can we change Dynamic to Static or Persistent cache? If so what happens?
How to partition the Session?