How do we come to know the Source data/file is ready/Updated in the source location, when the session is scheduled for @12:00AM and ready to run its job ? or Can we schedule the session, when the source is updated in source location without any time constraint?
2 9376if i have records like these (source table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk 10001 gfhgdgh 10002 hjkdghkfh the target table should be like these by using expression tranformation. (Target table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk xx001 gfhgdgh xx002 hjkdghkfh (that means duplicated records should contain XX in there rowid)
5 13032Is it passive or active when check and uncheck the box of DISTINCT in Sorter transformation? why?
6 17253Post New iFlex Informatica Interview Questions
how to calculate the torque of a motor?
How does django migrate work?
Who endorses Bank of Baroda Brand?
how to find motors H.P. whout any rating? (only give you a motor and multimeter)
What is the use of nvl function?
What is ajp listener?
For what life cycle management perspective is used? : hana modeling
What's the 5x5 rule?
What is syntactic rule?
What is hysteresis
Why triggers are used?
Explain trashing?
What is the spring framework?
Write a program to show the function of action helper?
95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart