How can we increase the loading performance of oracle table in AbInitio?
Which Ab initio version has Hadoop connector ? and what is the latest GDE version available ?
Have you used the rollup component? Describe how?
What is the significance of record required indicator of Join component ? How to use in abinitio graph?
What is the difference between partitioning with key / hash and round robin?
How to compare two dmls in abinitio
what is the difference between the .dbc and .cfg extensions and give any clear information ?
How can we test the abintio manually and automation?
Can anyone give me an example of realtime start script in the graph?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
Input Data: AAABBBCC CCAAABB expected output A3B3C2 A3B2C2 How can I achieve this in Ab initio? where In output count of occurrences should be sorted from high to low
how does deadlock occur?
How to find the project(pub,priv,common,client) in between public, Private,common?Any identification?