View a list of currently defined disk volume definitions.
To manage disk volumes, use alter database (containing add, drop, and set disk volume).
display disk volume;
Displays all (if any) disk volumes defined on the system.
display disk volume sample.basic.'vol3/hyperion/essbase';
or
display disk volume sample.basic.C;
Displays information about a particular disk volume definition on Sample.Basic.
Use display disk volume to display disk volume information in the following ways:
Key Phrase | Explanation |
---|---|
all | Display all disk-volume definitions on the system. |
<unique-vol-name> | Display a disk-volume definition by name. |
on database | Display all disk-volume definitions associated with the specified database. |
The values returned for the file type field are numeric, and translate as follows:
Constant | Value |
1 | Index |
2 | Data |
3 | Index and Data |
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |