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

Answers were Sorted based on User's Feedback



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

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

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

Answer / anil joshi

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

Post New Answer

More Oracle Architecture Interview Questions

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

2 Answers  


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?

0 Answers  


How will you create multiple rollback segments in a database ?

1 Answers  


What is hit ratio ?

13 Answers   Indiabulls, RGPV,


How many Dispatcher Processes are created?

1 Answers  






What is a Parallel Server option in ORACLE?

1 Answers  


What are the functions of SMON?

7 Answers  


How the log writer writes the data into database

4 Answers   Baidu, Satyam,


Teradata: How can we know the indexed column in a table?

0 Answers   CTS, HSBC,


What is advantage of having disk shadowing/ Mirroring ?

1 Answers  


What is the function of checkpoint(CKPT)?

4 Answers  


What is meant by recursive hints ?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)