A composite physical option is a physical option that includes other dependent options. These options are selected together in the right pane of the physical options tab.
The standard syntax for composite physical options is as follows:
with : composite=yes, separator=yes, parenthesis=no { fillfactor=%d : default=0 max_rows_per_page=%d : default=0 }
The With physical option includes the other options between curly brackets { }, separated by a comma. To define a composite option, a composite keyword is necessary.
Keyword |
Value and result |
---|---|
composite |
The following settings are available: |
separator |
The following settings are available: |
parenthesis |
The following settings are available: |
nextmand |
The following settings are available: |
prevmand |
The following settings are available: |
chldmand |
The following settings are available: |
category |
The following settings are available: storage : category=storage, composite=yes, separator=no, parenthesis=yes { Note: In Oracle, the storage composite physical option is used as a template to define all the storage values in a storage entry. This is to avoid having to set values independently each time you need to use the same values in a storage clause. Thus, the Oracle physical option does not include the storage name (%s):
|
list |
List in which values are separated by a pipe (|) |
dquoted |
The following settings are available: |
squoted |
The following settings are available: |
enabledbprefix |
The following settings are available: |
Default= and/or List= can also be used with the composite=, separator= and parenthesis= keywords. Category= can be used with the three keywords of a composite option.