What is hash partition?
Answer / bhanu pratap
Hash partitioning:-
use hash partitioning , when we want the power center server
to distribute rows to the partitions by groups.
Eg :- we need to sort items by item ID , but we don't know
how many many items have a particular ID mamber
| Is This Answer Correct ? | 6 Yes | 1 No |
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
What exactly mentioned in High level design document.can somebody explain me sequentialy.
what is target update override and when we use it?
Could any one to tell How to use the Oracle Analytic functions in Informatica?
What is the difference between bitmap and btree index?
My source table look like ID Name Location Salary 0000001 ran tpty 1000 0000002 ram DELHI 2000 hju-hji raj hyd 1000 my target table should be ID Name Location Salary 1 ran tpty 1000 2 ram DELHI 2000 hju-hji raj hyd 1000
Design a mapping to get year of join for each employee.
Can you generate sequence numbers without using the sequence generator transformation?
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?
what is the complex transformation you used in informatica
in source one table is there. id value --- ------ 1 a 2 b 3 c 1 d 2 e 1 f in target i want id value ---- ------ 1 a,d,f 2 b,e 3 f How to implement it in informatica without using normalizer transformation?
Filter transformation in the condition one of the data is NULL would the record be dropped.