Hi Friends,
I want lo truncate my records from target before loading
current month data,but i dont have permission to truncate
with truncate option
if u know any other way please give your valuable input for
this.
Thanks
Abhishek
Answer Posted / venky
in target table u can write pre-sql statement as truncate
table tablename
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is rank transformation?
Explain your project of banking domian.
What is the meaning of up gradation of repository?
Is it possible to revert a global repository to local one and why?
What is a connected transformation?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.
Under what condition selecting sorted input in aggregator may fail the session?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
How we can create indexes after completing the loan process?
generate date / time dimension in informatica
what is the Default Source Option For Update Strategy Transformation?
How can we use mapping variables in informatica?
Name the different lookup cache(s)?
What is aggregator transformation in informatica?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C