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 suggestions do you have to reduce the network traffic?
What is the difference between "as" and "is" in an oracle stored procedure?
How to convert character types to numeric types?
What is procedure overloading in oracle?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
What is a Sequence ?
"primary key=unique+null" is equal,reson?not,reason?
what is grid in Oracle 10g...
How to define an anonymous procedure with variables?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What is Read-Only Transaction ?
1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.