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 |
How to count groups returned with the group by clause in oracle?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
What is Database Link ?
Is there an oracle sql query that aggregates multiple rows into one row?
How to Remove the 3rd highest salary person record from table?
Why packages are used in oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
What do you know about normalization? Explain in detail?
How to increment dates by 1 in oracle?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
what is difference between DBMS and RDBMS?