View Alternate Buffer Pool settings with PROUTIL
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
PROUTIL VIEWB2 provides a report on all area-level and object-level assignments to both the alternate and primary buffer pool.
|
For each area, the area level assignment and each object in the area is displayed. For each object, Object Enablement contains either Default or Alternate. Default indicates that the object takes its buffer pool assignment from the area. Alternate indicates the object is assigned to the Alternate Buffer Pool, regardless of the area assignment. An object level assignment of Alternate is only available for objects in Type II storage areas.
Index and
LOB objects are described by their object name followed by their
associate object's name (table name.) For example, the cust-num index
associated with the customer table in the PUB schema
is described as cust-num (PUB.customer).
The following is an excerpt of VIEWB2 output:
|
In the excerpt, observe that:
- Area
8 is assigned to the Alternate Buffer Pool at the area level. In
addition, the
CustomerandOrder-Linetables, and theSales-Repindex, are explicitly assigned at the object level (via the Data Dictionary). In this example, all objects in Area 8 are assigned to the Alternate Buffer Pool due to the area level buffer pool assignment. - Area 9 is assigned to the primary buffer pool, but its index
object
Cust-Numis assigned to the Alternate pool.