Kbase P90301: How to create a Type II Storage Area
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/05/2010 |
|
Status: Verified
GOAL:
How to create a Type II Storage Area
GOAL:
How to create SA II
FACT(s) (Environment):
OpenEdge 10.x
OpenEdge Category: Database
All Supported Operating Systems
FIX:
The following is a sample .st file entry to prostrct create or add an 8 block data cluster:
d ?storage areaname?:51,32;8 <location> f 1024000
Where the addition to the Progress 9 structure file is the third parameter after the "records per block" area definition, defining the number of blocks per cluster.
The default are still "Type I" storage areas (ie: The same as a version 9 storage area) where the number of blocks in a data cluster is defined as one (1) or not specified at all.
Type II Storage Areas are identified as being defined with either 8,64, or 512 database blocks per cluster.