I want to run a informatica worklow after complition of
oracle procedure. That procedure is not running through
informatica and can be run at any time in database.
Informatica is in windows environment. Is it possible ? If
yes please explain.
Answer Posted / asha
Oracle proc can create a 0 byte file at the end of the proc
and infa workflow can wait for the file (indicator file) to
begin the execution.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the code page compatibility?
What are the various types of transformation?
Can u generate reports in Informatica?
How do you migrate data from one environment to another?
How big was your fact table
How can you generate reports in informatica?
Which transformation should we use to normalise the COBOL and relational sources?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
Describe data concatenation?
What is the function of aggregator transformation?
What is exclusive and normal mode for repository services?
How can we store previous session logs?
Design a mapping to load the cumulative sum of salaries of employees into target table?
Explain the difference between mapping parameter and mapping variable?
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