What is the capacity of power cube?
Answer / nagaraju bhatraju
i am not sure,To my knowledge it is of 4 or 5 GB
| Is This Answer Correct ? | 0 Yes | 0 No |
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)
How can you recover the session in sequential batches?
How can repository reports be accessed without sql or other transformations?
What is the meaning of up gradation of repository?
Can we schedule a workflow(not a session) to run after completition of another workflow? Can we make a workflow depend on completition of another one?
diffrence between command task and control task
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
What are the tasks that source qualifier perform?
What is the need of an ETL tool?
If we use sorted ports in aggregator transformation and somehow records are not in order by format so what will happen,session fails or it succeeded with incorrect data?
Mapplets ( can you use source qyalifier, can you use sequence generator, can you use target)
The structure of source file is as below: Source structure(two fields) Name, Card NUmber A, 111111111(SSN) A, 01010101(Creditcard number) A, 34343434(Debit card number) B, 55555555(Creditcard number) C, 77777777(Debit card number) Target Structure(4 fields) Name,Credit card,SSN,Debit card A,01010101,111111111, 34343434 B,55555555,, C,,,77777777 Corresponding to one name there can be maximum 3 rows and minimum zero rows. Given that I do not know which record might have a particular type of number. How can I handle above requirement with informatica transformations?