Explain the difference between a data block, an extent and
a segment.
Answer / kumar.s
Datablock, Extent and Segment
A segment is defined as any entity that consumes physical
storage space within the database.
Each Oracle segment is made up of contiguous chunks of
storage space in the database called extents. Every segment
must have at least one extent, but can have as many as 2
billion extents.
Each extent is itself made up of a collection of smaller
chunks of space called Oracle database blocks. The minimum
size of an extent is five database blocks.
The default size of these database blocks is set at
database creation, but Oracle 10g db can use multiple block
sizes within one db. The common database block sizes are
2KB, 4KB, 8KB, and 16KB.
| Is This Answer Correct ? | 10 Yes | 2 No |
What is the use of lockboxes? : oracle accounts receivable
What background process refreshes materialized views?
Are These Dff's Flexible?
What is mrc and what is its use? : oracle accounts receivable
What is an Oracle database Full Backup?
how to write a query without using where? Example- select * from employee where empno=10 I need to write this query without where clause.
HOW TO GET THE ORGANIZATION TO ORGANIZATION DETAILS INFORMATION IN THE INVENTORY MODULE.THE REQUIREMENT IS FROMORG TOORG FROMINV TOINV ..
How do you resize a data file?
What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable
What is Virtual Memory?
What do you mean by hz_ in customer tables? : oracle accounts receivable
What are the main diff. between oracle 7.3 and oracle 8i?