what is Active lock explain
No Answer is Posted For this Question
Be the First to Post Answer
How to start a workflow using pmcmd command?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
Explain the pipeline partition with real time example?
Source (Flatfile) - Target (1-1 mapping). How to load first or last 20 record to target?
What are the basic needs to join two sources in a source qualifier?
Useful UNIX commands regular/frequently used
what is shared lookup&persistent lookup?
4 Answers Accenture, Cap Gemini,
If a workflow stops or fails after loading 10k records ? How can you recover it and If there is no order while reading data from source ?
How we can create indexes after completing the loan process?
In Datastage, we have row generator stage to generate dummy row. Is there any such transformation in Informatica. Thanks in advance, Kumar
I want to run a workflow which consist of 3 sessions. But wat my question is. 1st session should run on DB1if the first session is successful then 2 session should run on db2 and 3rd session should run on DB3 envronments. i want 3 different wf logs. it shoul not override on one log?
How to create a mapping ? id date 101 2/4/2008 101 4/4/2008 102 6/4/2008 102 4/4/2008 103 4/4/2008 104 8/4/2008 O/P - shud have only one id with the min(date) How to create a mapping for this