DISKVOLUMES

Defines the volumes that can be used to store multiple index and data files, and the amount of space that those volumes can occupy.

For new files, disk volume settings become effective after the database is restarted. Previously existing files and volumes are not affected.

This setting does not apply to aggregate storage databases.

Syntax

DISKVOLUMES [volume_name] [disk_space]...

DISKVOLUMES, with its values, can be up to 2 kilobytes long. You can specify 64 items per line; for example, DISKVOLUMES D 5M E 2M C 5G contains 7 items.

Notes

Example

On Windows, the following command causes index and data files to be stored as follows:

DISKVOLUMES D 5M E 2M C 5G

On UNIX platforms the following command causes index and data files to be stored as follows::

DISKVOLUMES /vol2/essbase 5M /vol3/essbase 2M /vol1/essbase 5G

See Also

Alter Database (disk volumes)