An "Extent" controls how space is allocated to an object. When you specify the size for an extent, a number of contiguous Oracle blocks are assigned. For example, when you specify an extent size of 10K, and the block size is 2K, then 5 Oracle blocks make up the extent.
Size of the first extent when an object is created. Enter the size of the initial extent. Use the unit button to specify either kilobytes, or megabytes. If you do not specify a size, the default value will be the size of 5 Oracle database blocks.
Size of the next allocated extent when the object needs more space to store data. Enter the size of the next extent. Use the unit button to specify either kilobytes or megabytes. If you do not specify a size, the default will be the size of 5 Oracle database blocks.
When an object is created, all extents will be sized using a multiple of this value.
To minimize fragmentation in the tablespace, you can set this value. Enter a value for the minimum size. If you do not specify a value, the default is 0 (zero).
Percent by which each extent after the second grows, over the previous extent. Enter a value for the percent increase. If you do not specify a value, the default will be 50%.
Total number of extents to be allocated when an object is created in the tablespace. Enter the minimum number of extents. If you do not specify a number, the default value will be 1.
Maximum number of extents that can be allocated to an object created in the tablespace.
Unlimited : When selected, allows you to create a number of extents that is only limited by the amount of contiguous free space in a tablespace.
Value : When selected, allows you to specify the maximum number of extents. If you do not specify a value, the default value applies. The default and maximum values depend on the data block size.
Yes : If you enable logging, redo logs are created. The operation takes longer than if you did not enable logging, but you can recover updates in the event of an unexpected failure.
No: If you do not enable logging, operation time is shorter because no redo logs are created. Since no redo logs are created, you cannot recover your updates in the case of an unexpected failure.
The default value is the one that you had selected while specifying the Initialization Parameters for Database Sizing. You can also choose to override this default value, by selecting the required value from the drop-down list.
Enterprise Manager Information Roadmap
Copyright © 1996, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.