If a session fails after loading of 10,000 records in to
the target.How can you load the records from 10001?
Answer Posted / anil
mr rao is answer is correct .another way use exp t/r put it
>1000
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What is the difference between writing a joiner query in ANSI style and THETA style?
Briefly describe lookup transformation?
What is a router transformation?
Whats the difference between informatica powercenter server, repositoryserver and repository?
What is a joiner transformation?
What is an expression transformation in informatica?
What is data caches/ index caches?
Partition, what happens if the specified key range is shorter and longer
What is lookup transformation?
What are the types of caches in lookup?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What are the popular informatica products?
Explain how many types of dimensions are available in informatica?
In which transformation you cannot drag ports into it?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.