How we can remove temp files of a failed job if .rec is not available ? How to use in abinitio graph?
Answer Posted / sumit
write m_cleanup command to clean all temporary files created after job fail.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 can you force the optimizer to use a particular index?
What do you understand by overflow errors?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
Describe the grant/revoke ddl facility and how it is implemented?
What is sandbox?
Explain PDL with an example?
The methods to improve performance of a graph?
Is data warehousing different from data mining?
Explain what is the architecture of abinitio?
List out the file extensions used in abinitio?
Explain the ab initio etl tool in high level?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
How do you add default rules in the transformer?
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