Tell me about Propagate functions in informatica
No Answer is Posted For this Question
Be the First to Post Answer
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?
Define informatica repository?
What is the filename which you need to configure in UNIX while installing infromatica?
Write the different tools in the workflow manager?
what is mean by grouping of condition column in lookup transformation?
How do you change parameter when you move it from development to production.
Is informatica power center designer has 64 bit support?
What do you mean by worklet?
my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same
What do you understand by a term domain?
waht is dataware house
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM