how to create a new mfs file?
where will we specify the number of partition eg 4 way ,8 way?
Answer Posted / pramod k m
To create a new mfs file you can use
m_touch <filename> but you have to be sure that you are in a
multidirectory.
after creating the multi file just do a
cat <multifilename> you will see how many partitions are in
that.
You should have a multifile system with 4 way and 8 way
depth to create multifiles of according depth.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What do you know about partition and also tell us about partition components in abinitio?
What are the six data process products of ab initio (architecture of ab initio)?
How do you add default rules in the transformer?
How to execute the graph from start to end stages? Tell me and how to run graph in non-Abinitio system?
What is the purpose of having stored procedures in a database?
What are the types of data processing you are familiar with?
Explain PDL with an example?
How to process records in batches like 1-20 records in first execution and 21-40 records in second run.. so on
Mention what is abinitio?
Why creation of temporary files depends on the value of MAX CORE ? How to use in abinitio graph? 10. What is the diff between abinitiorc and .abinitiorc files ? How to use in abinitio graph? 11. What is the use of allocate()? How to use in abinitio graph? 12. What is use of branch in EME ? 13. How you can break a lock in EME ? How can you lock a file so that only no one other than EME admin can break it ? How to use in abinitio graph? 14. When you should be using ablocal() ? How you can use ablocal_expr? How to use in abinitio graph? 15. Why you should not keep the layout as 'default' for input table component ? How to use in abinitio graph? 16. What is dynamic lookup ? How to use in abinitio graph? 17. What is dependent parameter ? How to use in abinitio graph? 18. What is BRE ? (Business Rule Environment - This is a recent addition in abinitio package) How to use in abinitio graph? 19.What is output index ? How to use in abinitio graph? 20. How you can track the records those are not getting selected from ‘select’ in reformat component ? How to use in abinitio graph? 21. Can we have more than one launcher process for a particular graph ? How about agent ? How to use in abinitio graph? 22. There are lot of new fuctions added in 2.15 , you can ask about them ? How to use in abinitio graph? 23. How can you run multiple instances of a graph in parallel? How to use
What will be the skew for, input file->partition by key-> partition by round robin->output file
What do you mean by data sorting?
How do you truncate a table?
What is local and formal parameter?
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?