what is hash file
Answers were Sorted based on User's Feedback
Answer / avni
1. Hash files is mostly used for lookups to avoid duplicates
2. Hash files acts as a reference table based on a key field
3. It can have any num of inputs and outputs and basically used to remove duplicates
4. It uses hashing algorithm to distribute data
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasad
Hash file is used to read data from/write data to Hash file.
it is used to remove duplicate from source data.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you load 10 different sources with 10 different layouts to 10 different tables?
what is time dimension? and how to populate time demension
Which type of joins Merge stage can support?
source file is having 5 records while moving into target it want to be 10 records
How to move data set from one server to other?what are the steps to follow to do this?
how to define satge variables in transformer stage
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
Display all files which have size more 3KB in given directory/folder.
how to find out number of records imported into source file?
I have oracle enterpaise stage, oracle bulkloader stage, ODBC stage and I want to load data in to target, which of the above stages do I need to use and why?
how can we generate row values like 1 1 1 2 2 2 3 3 3 using col generator plz let me know