PROUTIL DISABLEB2 qualifier
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
PROUTIL DISABLEB2 qualifier
Removes an area from alternate buffer pool processing.
Syntax
|
Parameters
- db-name
- Name of the database where you are removing an area from the alternate buffer pool.
- area-name
- Name of the area (Type I or Type II) you are removing from the alternate buffer pool.
The Alternate buffer pool is a pool of buffers maintained independently from the primary buffer pool. Disabling an area from the alternate buffer pool indicates that it will consume buffers from the primary buffer pool.
Notes
- DISABLEB2 must be run offline.
- DISABLEB2, and alternate buffer pool support in general, are only supported with an Enterprise database license.