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 are the uses of Oracle Rollback Segment?
What is meant by free extent ?
How to implement the multiple control files for an existing database ?
How the space utilisation takes place within rollback segments?
What is the function of Dispatcher (Dnnn)?
How can we plan storage for very large tables ?
What do Redo Log Buffers contain?
What are the components of SGA?
What is advantage of having disk shadowing/ Mirroring ?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
What is the use of Oracle Control File?
How will you force database to use particular rollback segment?