Oracle Memory Management Question:

Download Job Interview Questions and Answers PDF

How will you estimate the space required by a non-clustered tables?

Memory Management Interview Question
Memory Management Interview Question

Answer:

Calculate the total header size
Calculate the available dataspace per data block
Calculate the combined column lengths of the average row
Calculate the total average row size.
Calculate the average number rows that can fit in a block
Calculate the number of blocks and bytes required for the table.

After arriving the calculation, add 10 % additional space to calculate the initial extent size for a working table.

Download Memory Management Interview Questions And Answers PDF

Previous QuestionNext Question
How can we plan storage for very large tables?It is possible to use raw devices as data files and what are the advantages over file system files?