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 a Rollback segment entry ?
Which parameter in Storage clause will reduce no. of rows per block?
What is the functionality of SYSTEM table space ?
List the Optional Flexible Architecture (OFA) of Oracle database ?
How will you create multiple rollback segments in a database ?
What is the function of ARCH?
What is an Oracle Data Dictionary?
How can you find the size of a database?
How will you force database to use particular rollback segment?
Name the ORACLE Background Process?
What are the two types of Server Configurations?
What are the components of SGA?