Data files: Storage Page

The Storage page enables you to automatically extend the data file when it is full.

If you choose the " Automatically extend data file when full " option, the data file will automatically increase in size when more space is needed in the database. The file increases in specified increments up to a specified maximum.

Setting your data files to extend automatically results in the following:

The page consists of the following:

Note : If the data file belongs to a read-only tablespace, all the fields on this page are disabled.

Automatically extend data file when full (AUTOEXTEND)

Determines whether the data file is extended automatically when it becomes full. If the box is not checked, the other fields on the page are disabled.

Increment : Determines the minimum size of the increments to add to the file when it extends. The data file will increase in the specified increment, up to a specified maximum size. The Increment By value is obtained by dividing the Auto Extend increment size by the db_block_size.

Maximum Size

Unlimited : Sets no limit on allocating disk space to the data file. This option is specified by default.

Value : Allows you to specify the maximum size to which the file can automatically extend.

Related Topics

data files: General Page

Database Storage