How will you estimate the space required by a non-clustered
tables?
Answers were Sorted based on User's Feedback
Answer / orawhiz
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
depend how much data this table hold
and data is static or dynamic
then define the table size whenever created
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an Oracle SYSTEM tablespace and when is it Created?
What is an Oracle Data Block?
How will you monitor the space allocation ?
What is hit ratio ?
What is dictionary cache ?
What is function of RECO?
what is ORACLE MEMORY STRUCTURES
Can a Tablespace hold objects from different Schemes in Oracle?
What is Server Process?
What is the OPTIMAL parameter ?
How can we plan storage for very large tables ?
Why query fails sometimes ?