What is an Extent ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
An Extent is a specific number of contiguous data blocks,
obtained in a single allocation, used to store a specific
type of information
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mahima
it is basic unit of storage space for table and index. it
allocate s0pace for table and index row data.its having 8
64k datapages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishi
An extent is a contiguous area of storage reserved for a file in a file system, represented as a range. A file can consist of zero or more extents; one file fragment requires one extent.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the usage of analyze command in oracle?
How to run create database statement?
Use of an integrity constraint is better to validate data. Explain
How do I manually uninstall oracle client?
How will you write a query to get a 5th rank student from a table student_report?
What are the execution control statements in oracle?
What is different types of joins?
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.
What is using clause and give example?
How to write a left outer join with the where clause in oracle?
What is a read write transaction in oracle?
IS it possible to built the oracle database without setting the kernal parameters?