what is hash file in abinitio? how will it read in
abinitio? in hash file the data files r combine
(file1.dat,file2.dat,file3.dat......etc) how will it divide?
Answers were Sorted based on User's Feedback
Answer / equalizer
There is no comcept of hash file in ab initio.
Couple of scenarios I can think of
1) If the source file is combined data from multiple files
with header-body-trailer for each file. Create record types
and process.
2) If this is a message that contains information of the
data files then use read muliple files component.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / freak.abinitio
Partition by Key uses hash function to distribute output flow
partition according to the key values...
Data may not be distributed across the partition.
hash function: records in file % no.of partitions
| Is This Answer Correct ? | 3 Yes | 3 No |
What is the default layout of a component ? Is it mandatory to set the layout of a component ?
What is the function you would use to transfer a string into a decimal?
Explain what is sandbox?
What is sort component in abinitio?
Tell us about the architecture of abinitio.
How to get DML using Utilities in UNIX?
Why is data processing considered beneficial?
Why do you think data processing is important?
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
How co>operating system integrates with legacy codes?
What are the different types of parallelism used in abinitio?
If m loading a file of 1 million records.and the graph fails after loading 10,000 records. In this case if we use rollback command then what will happen?